s4-provision: FreeBSD uses 'staff' for users
authorAndrew Tridgell <tridge@samba.org>
Wed, 24 Mar 2010 05:52:37 +0000 (16:52 +1100)
committerStefan Metzmacher <metze@samba.org>
Wed, 24 Mar 2010 06:11:38 +0000 (07:11 +0100)
source4/scripting/python/samba/provision.py

index bb9525377ef609733720678f1a359d8dc6084a2a..1d5e61c4855c4c4abecf3563b83574354b3cf48f 100644 (file)
@@ -1140,7 +1140,7 @@ def provision(setup_dir, message, session_info,
 
     root_uid = findnss_uid([root or "root"])
     nobody_uid = findnss_uid([nobody or "nobody"])
-    users_gid = findnss_gid([users or "users", 'users', 'other'])
+    users_gid = findnss_gid([users or "users", 'users', 'other', 'staff'])
     if wheel is None:
         wheel_gid = findnss_gid(["wheel", "adm"])
     else: