1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-06 08:59:08 +03:00

s4-provision: FreeBSD uses 'staff' for users

This commit is contained in:
Andrew Tridgell
2010-03-24 16:52:37 +11:00
committed by Stefan Metzmacher
parent de2b841935
commit 83aaf4829e

View 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: