mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r7917: macosx doesn't have a group called 'users'
This commit is contained in:
parent
8c17b61f8e
commit
2b39736c35
@ -370,6 +370,8 @@ if (!$opt_wheel) {
|
||||
if (!$opt_users) {
|
||||
if (defined getgrnam("users")) {
|
||||
$opt_users = "users";
|
||||
} elsif (defined getgrnam("guest")) {
|
||||
$opt_users = "guest";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user