1
0
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:
Andrew Tridgell 2005-06-26 02:01:32 +00:00 committed by Gerald (Jerry) Carter
parent 8c17b61f8e
commit 2b39736c35

View File

@ -370,6 +370,8 @@ if (!$opt_wheel) {
if (!$opt_users) {
if (defined getgrnam("users")) {
$opt_users = "users";
} elsif (defined getgrnam("guest")) {
$opt_users = "guest";
}
}