On Tuesday, April 8, 2014 at 4:18 AM, Thomas Bruederli wrote:

> * Advanced LDAP address book functionality


Dear developer,

I'm testing ldap group address book with OpenLDAP and Roundcube webmail 1.0.0, 
looks like it doesn't replace %d by the real domain name of login username (a 
full email address).

My config file:

$config['ldap_public']['ldap_abook'] = array(
    ...
    'user_specific' => true,

    // Below two works as expected.
    'base_dn' => 'domainName=%d,o=domains,dc=example,dc=com',
    'bind_dn' => 
'mail=%u@%d,ou=Users,domainName=%d,o=domains,dc=example,dc=com',
    ...

    'groups' => array(
        'base_dn' => 'domainName=%d,o=domains,dc=example,dc=com',

    ...

And here's debug message:

Apr 8 21:15:46 c6 roundcube: C: Search 
domainName=%d,o=domains,dc=example,dc=com for 
(&(objectClass=mailList)(accountStatus=active)(enabledService=displayedInGlobalAddressBook))
Apr 8 21:15:46 c6 roundcube: S: No such object



_______________________________________________
Roundcube Development discussion mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to