[sysadmin-bin] Username should match the ldapmain UID



commit d7bb62d449d504cc5b61f0938200ceb1b3d2d182
Author: Andrea Veri <averi redhat com>
Date:   Fri Jan 12 10:38:47 2018 +0100

    Username should match the ldapmain UID

 gitlab/gitlab-operations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gitlab/gitlab-operations.py b/gitlab/gitlab-operations.py
index 9cb11d8..ee8e1cc 100755
--- a/gitlab/gitlab-operations.py
+++ b/gitlab/gitlab-operations.py
@@ -69,7 +69,7 @@ for username, id in ldapusers_dict.iteritems():
 for username, id in gnomeusers_dict.iteritems():
     if username not in gnomecvs_members:
         # Hardcode the list of GNOME group owners here
-        if username in ('csoriano-admin-account', 'bugzilla-migration'):
+        if username in ('csoriano-gitlab-admin-account', 'gitlab-bugzilla-migration'):
             pass
         else:
             group.members.delete(id)


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