mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Try to see if we can get these tests working...
(This used to be commit e809e6c20f
)
This commit is contained in:
parent
56d884eefe
commit
f5dec543e6
@ -1,7 +1,3 @@
|
||||
if [ $whoami != "root" ]; then
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
. basicsmb.fns
|
||||
|
||||
test_joindomain_nt4() {
|
||||
|
@ -17,11 +17,11 @@ test_joindomain() {
|
||||
}
|
||||
|
||||
password=samba
|
||||
security=DOMAIN
|
||||
(test_smb_conf_setup && test_smbpasswd $password ) || exit 1
|
||||
|
||||
test_joindomain $password || exit 1
|
||||
|
||||
security=DOMAIN
|
||||
test_listfilesauth $security || exit 1
|
||||
test_listfilesnpw $security || exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user