mise au point solution
This commit is contained in:
@@ -3,7 +3,7 @@ $conf['useacl'] = 1; //enable ACL
|
||||
$conf['authtype'] = 'authldap'; //enable this Auth plugin
|
||||
$conf['superuser'] = '@test' ;
|
||||
$conf['plugin']['authldap']['version'] = 3 ;
|
||||
$conf['plugin']['authldap']['server'] = 'ldaps://plop1.formation.opendoor.fr' ;
|
||||
$conf['plugin']['authldap']['server'] = 'ldaps://ldx1.formation.opendoor.fr' ;
|
||||
$conf['plugin']['authldap']['usertree'] = 'ou=users,dc=example,dc=fr';
|
||||
$conf['plugin']['authldap']['grouptree'] = 'ou=groups;dc=example,dc=fr';
|
||||
$conf['plugin']['authldap']['userfilter'] = '(&(uid=%{user})(objectClass=posixAccount))';
|
||||
|
||||
Reference in New Issue
Block a user