mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-19 00:29:21 +01:00
LSexample: put admin user as globally admin of the first LDAP server
This commit is contained in:
parent
c8b32f90b9
commit
fc3912b48b
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ $GLOBALS['LSconfig'] = array(
|
|||
'admin' => array (
|
||||
'label' => 'Administrator',
|
||||
'o=ls' => array (
|
||||
'uid=eeggs,ou=people,o=ls' => NULL
|
||||
'uid=admin,ou=people,o=ls' => NULL,
|
||||
'uid=eeggs,ou=people,o=ls' => NULL,
|
||||
),
|
||||
'ou=people,o=ls' => array (
|
||||
'cn=adminldap,ou=groups,o=ls' => array (
|
||||
|
|
Loading…
Reference in a new issue