mirror of
https://github.com/samba-team/samba.git
synced 2025-07-15 16:59:09 +03:00
r18334: AIX 5.1 doesn't have any of 'users', 'guest', 'other' or 'unknown'
it does have 'usr'
(This used to be commit 96db975024
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
2cebef3a9e
commit
ee66b69a8b
@ -616,7 +616,7 @@ function provision_guess()
|
||||
subobj.NOGROUP = findnss(nss.getgrnam, "nogroup", "nobody");
|
||||
subobj.WHEEL = findnss(nss.getgrnam, "wheel", "root", "staff", "adm");
|
||||
subobj.BACKUP = findnss(nss.getgrnam, "backup", "wheel", "root", "staff");
|
||||
subobj.USERS = findnss(nss.getgrnam, "users", "guest", "other", "unknown");
|
||||
subobj.USERS = findnss(nss.getgrnam, "users", "guest", "other", "unknown", "usr");
|
||||
subobj.DNSDOMAIN = strlower(subobj.REALM);
|
||||
subobj.DNSNAME = sprintf("%s.%s",
|
||||
strlower(subobj.HOSTNAME),
|
||||
|
Reference in New Issue
Block a user