dokuwiki

Configuration of dokuwiki to use authentification with EPFL LDAP and Groups:

$conf['useacl'] = 1;
$conf['authtype'] = 'authldap';
$conf['superuser'] = '@admin';
$conf['disableactions'] = 'register';
$conf['plugin']['authldap']['server'] = 'ldap://ldap.epfl.ch';
$conf['plugin']['authldap']['port'] = 636;
$conf['plugin']['authldap']['usertree'] = 'c=ch';
$conf['plugin']['authldap']['userfilter'] = '(&(uid=%{user})(objectClass=posixAccount)(memberof=GROUPNAME))';
$conf['plugin']['authldap']['version'] = 3;
$conf['plugin']['authldap']['starttls'] = 1;
$conf['plugin']['authldap']['debug'] = 1;

 

https://www.dokuwiki.org

https://www.dokuwiki.org/plugin:authldap

 

Some interesting plugins