DokuWiki

It's better when it's simple

User Tools

Site Tools


auth:ldap_oracle

This is an old revision of the document!


LDAP Auth Backend: Oracle Internet Directory Examples

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.1232738920.txt.gz · Last modified: 2013-09-18 00:20 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki