mirror of
https://github.com/samba-team/samba.git
synced 2025-11-20 08:23:50 +03:00
r9746: Add "staff" as possible alternative to wheel
(should fix standard provisioning on AIX)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
435e4c6389
commit
b1d9ef8998
@@ -291,7 +291,7 @@ function provision_guess()
|
||||
subobj.ROOT = findnss(nss.getpwnam, "root");
|
||||
subobj.NOBODY = findnss(nss.getpwnam, "nobody");
|
||||
subobj.NOGROUP = findnss(nss.getgrnam, "nogroup", "nobody");
|
||||
subobj.WHEEL = findnss(nss.getgrnam, "wheel", "root");
|
||||
subobj.WHEEL = findnss(nss.getgrnam, "wheel", "root", "staff");
|
||||
subobj.USERS = findnss(nss.getgrnam, "users", "guest", "other");
|
||||
subobj.DNSDOMAIN = strlower(subobj.REALM);
|
||||
subobj.DNSNAME = sprintf("%s.%s",
|
||||
|
||||
Reference in New Issue
Block a user