mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:testprogs Fix kinit test for updated Heimdal
This commit is contained in:
parent
564d5cd2c4
commit
6798543842
@ -111,7 +111,7 @@ expect Password
|
||||
password ${USERPASS}\n
|
||||
expect New password
|
||||
send ${NEWUSERPASS}\n
|
||||
expect New password
|
||||
expect Verify password
|
||||
send ${NEWUSERPASS}\n
|
||||
expect Success
|
||||
EOF
|
||||
@ -128,7 +128,7 @@ test_smbclient "Test login with user kerberos ccache" 'ls' -k yes || failed=`exp
|
||||
cat > ./tmpkpasswdscript <<EOF
|
||||
expect New password
|
||||
send ${NEWUSERPASS}\n
|
||||
expect New password
|
||||
expect Verify password
|
||||
send ${NEWUSERPASS}\n
|
||||
expect Success
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user