Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: yoan34 on April 20, 2009, 11:50:29 AM

Title: Active Directory (Windows server 2003)
Post by: yoan34 on April 20, 2009, 11:50:29 AM
Someone already there to set the address book on Active Directory on 0.21 RoundCube?

I try tirelessly for several months

Here is my setup:


------------------------------------------------------
$rcmail_config['ldap_public']['mydomain.fr'] = array(
     'name'                 => 'MYDOMAIN',
     'hosts'                => array('server-rt.mydomain.fr'),
     'port'                 => 636,
     'use_tls'              => true,
     'user_specific'        => true,
     'base_dn'              => 'cn=users,dc=mydomain,dc=fr',
     'bind_dn'              => 'cn=userldap,cn=users,dc=mydomain,dc=fr',
     'bind_pass'            => 'userldap',
     'writable'             => false,
     'ldap_version'         => 3,
     'search_fields'        => array('Fullname', 'cn'),
     'name_field'           => 'cn',
     'email_field'          => 'mail',
     'surname_field'        => 'sn',
     'firstname_field'      => 'givenName',
     'sort'                 => 'cn',
     'scope'                => 'sub',
     'filter'               =>
'(&(mail=*)(!(msExchHideFromAddressLists=TRUE)))',
     'global_search'        => true,
     'fuzzy_search'         => true);
------------------------------------------------------
I has a windows 2003 server, my users are in:
My domain is : mydomain.fr
mydomain.fr -> Comptes

Thank you in advance for your help
(excuse my English, I'm french)
Title: Active Directory (Windows server 2003)
Post by: chome on April 20, 2009, 09:18:01 PM
Try to check my previous post:

http://www.roundcubeforum.net/general-discussion/4608-ldap-address-book-configuration-problem.html