summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-24 16:52:37 +1100
committerStefan Metzmacher <metze@samba.org>2010-03-24 07:11:38 +0100
commit83aaf4829e2b9bece5c1b4181553d3025d6d2cb3 (patch)
tree917ac94ec61c7cba02e46e24e683f6b876623bdf /source4/scripting
parentde2b8419358d3588f6d33a22686260de8efda1d2 (diff)
downloadsamba-83aaf4829e2b9bece5c1b4181553d3025d6d2cb3.tar.gz
samba-83aaf4829e2b9bece5c1b4181553d3025d6d2cb3.tar.bz2
samba-83aaf4829e2b9bece5c1b4181553d3025d6d2cb3.zip
s4-provision: FreeBSD uses 'staff' for users
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/python/samba/provision.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py
index bb9525377e..1d5e61c485 100644
--- a/source4/scripting/python/samba/provision.py
+++ b/source4/scripting/python/samba/provision.py
@@ -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: