1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +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 used to be commit 2ff6d53db550c1f4472b735b1bc87c9705716241)
This commit is contained in:
Andrew Bartlett 2002-08-26 02:01:05 +00:00
parent 9c7742727a
commit 53749c1342

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