LSexample: put admin user as globally admin of the first LDAP server

This commit is contained in:
Benjamin Renard 2020-05-19 18:59:30 +02:00
parent c8b32f90b9
commit fc3912b48b

View file

@ -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 (