mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s3:selftest: Enable winbindd for maptoguest environment
This is required for the samba3.blackbox.guest test to work. Without it, the test fails to find a group map. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
aa05498b1e
commit
8e7c7680f3
@ -2263,6 +2263,7 @@ sub setup_maptoguest
|
||||
print "PROVISIONING maptoguest...";
|
||||
|
||||
my $options = "
|
||||
domain logons = yes
|
||||
map to guest = bad user
|
||||
ntlm auth = yes
|
||||
server min protocol = LANMAN1
|
||||
@ -2286,6 +2287,7 @@ server min protocol = LANMAN1
|
||||
if (not $self->check_or_start(
|
||||
env_vars => $vars,
|
||||
nmbd => "yes",
|
||||
winbindd => "yes",
|
||||
smbd => "yes")) {
|
||||
return undef;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user