1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

Our 'guest' login still requires an entry in the SAM - and build farm machines

do not run 'unixsam', so add it to smbpasswd.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett -
parent 17096315a0
commit 2ff6d53db5

View File

@ -12,7 +12,10 @@ test_sharelist() {
return 0
}
(test_smb_conf_setup) || exit 1
# Need guest account
password=samba
security=USER
(test_smb_conf_setup && test_smbpasswd $password ) || exit 1
test_sharelist || exit 1