1 (edited by NarinNil 2012-05-28 13:19:03)

Topic: More detail in roundcube address book (integrated with AD)

Dear All

I work fine about Integrate Microsoft Active Directory in iRedMail
(with UPN suffix in AD server because my localdomain not same as my maildomain)

Now I need to add some user attribute to LDAP address book that's show in roundcube mail
simple it's show only first and lastname and email address but I needed more as
job tilte, mobile number, picture (if possible), etc...

How to ??? can anyone let me know please and thanks in advance

(i tried with department attribute it's OK, Because it's very easy for me tongue)

my system
iredmail 0.8.0 on ubuntu server 12.04 x64 on vmware esxi 5.1

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: More detail in roundcube address book (integrated with AD)

LDAP address book was improved in the latest Roundcubemail-0.8-rc, so i suggest you give it a try. Just check the sample setting of global LDAP address book in config/main.inc.php, you will find how to achieve your goals. smile

3

Re: More detail in roundcube address book (integrated with AD)

ZhangHuangbin wrote:

LDAP address book was improved in the latest Roundcubemail-0.8-rc, so i suggest you give it a try. Just check the sample setting of global LDAP address book in config/main.inc.php, you will find how to achieve your goals. smile

That's great and i will try it and will be update later

Thanks.

4 (edited by NarinNil 2012-05-28 14:06:25)

Re: More detail in roundcube address book (integrated with AD)

OK i found 3 attribute just see below
and please try within your config/main.inc.php

'department_field'   => 'department',
'jobtitle_field'   => 'title',
'phone_field'   => 'telephoneNumber',