DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authldap:oracle

LDAP Auth Plugin: Oracle Internet Directory

Below is an example configuration for use with the authLDAP plugin and the Oracle Internet Directory server.

Configuration

Use the Config Manager or add it to the conf/local.protected.php to store the config protected.

conf/local.protected.php
<?php
/**
 * Oracle Internet Directory configuration for LDAP Auth Plugin
 * See https://www.dokuwiki.org/plugin:authldap:oracle for details and explanation
 */
$conf['plugin']['authldap']['server']      = 'ldap://servername.com';
$conf['plugin']['authldap']['port']        = 389;
$conf['plugin']['authldap']['version']     = 3;
$conf['plugin']['authldap']['usertree']    = 'cn=Users,dc=domain,dc=com';
$conf['plugin']['authldap']['userfilter']  = '(&(uid=%{user}))';  
plugin/authldap/oracle.txt · Last modified: 2013-03-26 12:08 by Klap-in

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