[sysadmin-bin] create-auth: use ftpbasic group for rrsync functionality



commit 107d17ed46c285be3a1b0cd40534c44558d98023
Author: Olav Vitters <olav vitters nl>
Date:   Tue Mar 8 00:09:04 2011 +0100

    create-auth: use ftpbasic group for rrsync functionality

 create-auth |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/create-auth b/create-auth
index b5e6ecd..45fbc7d 100755
--- a/create-auth
+++ b/create-auth
@@ -127,8 +127,8 @@ def build_user_hash(group_list):
         users.update(get_uids_from_group(group))
     if GNOMEGIT or MANGO:
         gnomevcs_users = set(get_uids_from_group ('gnomecvs') + get_uids_from_group ('gnomevcs')) - users
-    if RRSYNC: # XXX - HACK TO TEST MASTER-VM SETUP
-        gnomevcs_users = set(get_uids_from_group ('testuser')) - users
+    if RRSYNC: # XXX - bit ugly to pretend they're gnomevcs users
+        gnomevcs_users = set(get_uids_from_group ('ftpbasic')) - users
     if TRANSLATION_USER:
         gnomevcs_users.update(['translations'])
 



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