diff options
Diffstat (limited to 'source4/script/tests/Samba4.pm')
-rw-r--r-- | source4/script/tests/Samba4.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source4/script/tests/Samba4.pm b/source4/script/tests/Samba4.pm index 6999e049bb..28d8b91aa5 100644 --- a/source4/script/tests/Samba4.pm +++ b/source4/script/tests/Samba4.pm @@ -463,11 +463,10 @@ sub provision($$$$$) [cifs] read only = no ntvfs handler = cifs - cifs:server = $server - cifs:user = $username - cifs:password = $password - cifs:domain = $domain + cifs:server = $netbiosname cifs:share = tmp +#There is no username specified here, instead the client is expected +#to log in with kerberos, and smbd will used delegated credentials. [simple] path = $tmpdir |