mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
change example for content of memberOf
This commit is contained in:
parent
a283cc5ead
commit
0eeb8be393
|
@ -202,10 +202,10 @@ class SeedDMS_LdapAuthentication extends SeedDMS_Authentication {
|
||||||
/*
|
/*
|
||||||
$this->syncGroups($user, [
|
$this->syncGroups($user, [
|
||||||
'count'=>4,
|
'count'=>4,
|
||||||
0=>'CN=vergussmaschine_networkfolder,OU=groups,OU=sanube,DC=SALLABERGER,DC=local',
|
0=>'CN=group1,OU=groups,DC=seeddms,DC=org',
|
||||||
1=>'CN=Limesurvey,OU=groups,OU=sanube,DC=SALLABERGER,DC=local',
|
1=>'CN=group2,OU=groups,DC=seeddms,DC=org',
|
||||||
2=>'CN=Altium365,OU=groups,OU=sanube,DC=SALLABERGER,DC=local',
|
2=>'CN=group3,OU=groups,DC=seeddms,DC=org',
|
||||||
3=>'CN=Domain Admins,OU=groups,OU=sanube,DC=SALLABERGER,DC=local'
|
3=>'CN=group4,OU=groups,DC=seeddms,DC=org'
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user