From 0eeb8be3939aed05d8899f8d7475616e822a0d32 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 18 Aug 2023 08:01:21 +0200 Subject: [PATCH] change example for content of memberOf --- inc/inc.ClassLdapAuthentication.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/inc.ClassLdapAuthentication.php b/inc/inc.ClassLdapAuthentication.php index 92a2c3871..34217c890 100644 --- a/inc/inc.ClassLdapAuthentication.php +++ b/inc/inc.ClassLdapAuthentication.php @@ -202,10 +202,10 @@ class SeedDMS_LdapAuthentication extends SeedDMS_Authentication { /* $this->syncGroups($user, [ 'count'=>4, - 0=>'CN=vergussmaschine_networkfolder,OU=groups,OU=sanube,DC=SALLABERGER,DC=local', - 1=>'CN=Limesurvey,OU=groups,OU=sanube,DC=SALLABERGER,DC=local', - 2=>'CN=Altium365,OU=groups,OU=sanube,DC=SALLABERGER,DC=local', - 3=>'CN=Domain Admins,OU=groups,OU=sanube,DC=SALLABERGER,DC=local' + 0=>'CN=group1,OU=groups,DC=seeddms,DC=org', + 1=>'CN=group2,OU=groups,DC=seeddms,DC=org', + 2=>'CN=group3,OU=groups,DC=seeddms,DC=org', + 3=>'CN=group4,OU=groups,DC=seeddms,DC=org' ] ); */