mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
testprogs: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
5f024d57b3
commit
a7ed7405af
@ -103,7 +103,7 @@ test_smbclient "Test login with kerberos ccache (initial)" \
|
||||
rm -f "${KRB5CCNAME_PATH}"
|
||||
|
||||
###########################################################
|
||||
### Test kinit with enterprice principal
|
||||
### Test kinit with enterprise principal
|
||||
###########################################################
|
||||
|
||||
testit "kinit with password (enterprise style)" \
|
||||
@ -216,7 +216,7 @@ test_smbclient "Test login with new user kerberos ccache" \
|
||||
rm -f "${KRB5CCNAME_PATH}"
|
||||
|
||||
###########################################################
|
||||
### Test kinit fter changing password with samba-tool
|
||||
### Test kinit after changing password with samba-tool
|
||||
###########################################################
|
||||
|
||||
NEW_USERPASS="testPaSS@34%"
|
||||
|
@ -142,7 +142,7 @@ found_ad=$($net_tool ads setspn list -U$DC_USERNAME%$DC_PASSWORD | grep $service
|
||||
found_keytab=$($net_tool ads keytab list -U$DC_USERNAME%$DC_PASSWORD --option="kerberosmethod=dedicatedkeytab" --option="dedicatedkeytabfile=$dedicated_keytab_file" | grep $service | wc -l)
|
||||
# test after create that a spn that exists in the keytab but shouldn't
|
||||
# be written to the AD.
|
||||
testit "test spn service doensn't exist in AD but is present in keytab file after keytab create" test $found_ad -eq 0 -a $found_keytab -gt 1 || failed=$(expr $failed + 1)
|
||||
testit "test spn service doesn't exist in AD but is present in keytab file after keytab create" test $found_ad -eq 0 -a $found_keytab -gt 1 || failed=$(expr $failed + 1)
|
||||
|
||||
# SPN parser is very basic but does detect some illegal combination
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Blackbox tests for diabing NTLMSSP for ldap clinet connections
|
||||
# Blackbox tests for diabing NTLMSSP for ldap client connections
|
||||
# Copyright (c) 2022 Pavel Filipenský <pfilipen@redhat.com>
|
||||
|
||||
if [ $# -lt 2 ]; then
|
||||
|
@ -16,7 +16,7 @@ Currently the real build target is named "testspoolss.exe". Run
|
||||
|
||||
nmake /f Makefile
|
||||
|
||||
to build the testspoolss.exe. After a successfull build you may want to clean up
|
||||
to build the testspoolss.exe. After a successful build you may want to clean up
|
||||
temporary files:
|
||||
|
||||
nmake /f Makefile cleantmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user