mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
testprogs: Update the kpasswd setpassword test
This has been fixed with b81ca4f9dcbb378a95fb3ac31bfd9a1cbe505d7d Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Oct 27 15:22:43 CEST 2017 on sn-devel-144
This commit is contained in:
parent
ab44be7a27
commit
0a796f5677
@ -192,11 +192,8 @@ test_smbclient "Test login with user kerberos" \
|
||||
### Test kpasswd service via 'net ads password'
|
||||
###########################################################
|
||||
|
||||
# NOTE: This call works if it is compiled with Heimdal, because the Heimdal
|
||||
# krb5_set_password() implementation falls back to change_password. The MIT
|
||||
# function doesn't!
|
||||
testit_expect_failure "change user password with 'net ads password', admin: $DOMAIN/$TEST_USERNAME, target: $TEST_PRINCIPAL (will fail)" \
|
||||
$VALGRIND $net_tool ads password -W$DOMAIN -U$TEST_PRINCIPAL%$TEST_PASSWORD $TEST_PRINCIPAL "$TEST_PASSWORD_NEW" && failed=`expr $failed + 1`
|
||||
testit "change user password with 'net ads password', admin: $DOMAIN/$TEST_USERNAME, target: $TEST_PRINCIPAL" \
|
||||
$VALGRIND $net_tool ads password -W$DOMAIN -U$TEST_PRINCIPAL%$TEST_PASSWORD $TEST_PRINCIPAL "$TEST_PASSWORD_NEW" || failed=`expr $failed + 1`
|
||||
|
||||
#TEST_PASSWORD=$TEST_PASSWORD_NEW
|
||||
#TEST_PASSWORD_NEW="testPaSS@06%"
|
||||
|
Loading…
x
Reference in New Issue
Block a user