auth:ldap_oracle
LDAP Auth Backend: Oracle Internet Directory Examples
Since the release 2013-05-10 “Weatherwax” see AuthLDAP plugin Oracle config page For releases 2012-10-13 “Adora Belle” and older see info below |
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}))';
auth/ldap_oracle.txt · Last modified: 2013-09-18 00:20 by Klap-in