Hi, all.
I use OpenLDAP as global address book in roundcube-0.1.1, how can i use '%d', '%u' like in postfix ldap lookup table? so that i can make the user only search their own domain for address book. e.g.
'base_dn' => "domainName=%d,o=domains,dc=iredmail,dc=org",
I tried this syntax, but it failed.
Thanks very much.