mise au point solution

This commit is contained in:
2025-12-02 14:27:14 +01:00
parent a2207b1eff
commit 21db0c84aa
3 changed files with 4 additions and 3 deletions

View File

@@ -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))';