Our 'guest' login still requires an entry in the SAM - and build farm machines
authorAndrew Bartlett <abartlet@samba.org>
Mon, 26 Aug 2002 02:01:05 +0000 (02:01 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 Aug 2002 02:01:05 +0000 (02:01 +0000)
do not run 'unixsam', so add it to smbpasswd.

Andrew Bartlett

testsuite/build_farm/basicsmb-sharelist.test

index 87c3e475525497b96cd0a8e9611fb342f39a93dc..188e985658d35523b2d89789c09af78391252b01 100644 (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