Below are example configurations for use with the LDAP backend and the Oracle Internet Directory server.
$conf['auth']['ldap']['server'] = 'ldap://servername.com'; $conf['auth']['ldap']['port'] = 389; $conf['auth']['ldap']['version'] = 3; $conf['auth']['ldap']['usertree'] = 'cn=Users,dc=domain,dc=com'; $conf['auth']['ldap']['userfilter'] = '(&(uid=%{user}))';