[sysadmin-bin] Fix the DN for groups



commit e206b3abd45bb805680363f0e0b44e33943bc904
Author: Andrea Veri <av gnome org>
Date:   Tue Oct 14 13:28:21 2014 +0200

    Fix the DN for groups

 create-auth |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/create-auth b/create-auth
index 0adcc80..e0cdc16 100755
--- a/create-auth
+++ b/create-auth
@@ -50,7 +50,7 @@ RESTRICTS = {
         'command="/home/admin/bin/run-nagios-command",no-pty,no-port-forwarding ',
 }
 
-LDAP_GROUP_BASE='cn=users,cn=accounts,dc=gnome,dc=org'
+LDAP_GROUP_BASE='cn=groups,cn=accounts,dc=gnome,dc=org'
 LDAP_USER_BASE='cn=users,cn=accounts,dc=gnome,dc=org'
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]