DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authldap:edirectory

LDAP Auth Plugin: Novell eDirectory

Configuration for authLDAP Auth plugin to authenticate with Novell eDirectory

This has been tested with 8.8. It should work with 8.7.3 and later as well.

Configuration

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

conf/local.protected.php
<?php
/**
 * Novell eDirectory configuration for LDAP Auth Plugin
 * See https://www.dokuwiki.org/plugin:authldap:edirectory for details and explanation
 */
$conf['plugin']['authldap']['binddn']      = 'cn=bindid,ou=??,o=yourO';
$conf['plugin']['authldap']['bindpw']      = '??';
$conf['plugin']['authldap']['server']      = 'ldaps://yourURI';
$conf['plugin']['authldap']['usertree']    = 'ou=users,o=??';
$conf['plugin']['authldap']['grouptree']   = 'ou=groups,o=??';
$conf['plugin']['authldap']['userfilter']  = '(&(uid=%{user})(objectClass=inetorgperson))';
$conf['plugin']['authldap']['groupfilter'] = '(&(objectClass=groupOfNames)(member=%{dn}))';
$conf['plugin']['authldap']['mapping']['name']  = 'fullname';
$conf['plugin']['authldap']['version']     = '3';
plugin/authldap/edirectory.txt · Last modified: 2013-03-26 11:20 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