diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-07-27 22:39:10 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-07-27 22:41:43 +1000 |
commit | cdd7a5208fbcb65e4a75ee08f8f015530f418c15 (patch) | |
tree | dbb0f62bc7eaf986486de8170d3eec2a07089cdd /selftest | |
parent | a40ce5d0d9d06f592a8885162bbaf644006b9f0f (diff) | |
download | samba-cdd7a5208fbcb65e4a75ee08f8f015530f418c15.tar.gz samba-cdd7a5208fbcb65e4a75ee08f8f015530f418c15.tar.xz samba-cdd7a5208fbcb65e4a75ee08f8f015530f418c15.zip |
s4:kerberos Add test to show that we actually export the keytab
While it is hard to prove it is correct, at least the new
'nettestuser' principal and the Administrator principal are correct.
We had to fix the case of 'Administrator' in the selftest code to
match the DB, as the keytab lookup is case sensitive.
Andrew Bartlett
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/target/Samba4.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 781c9f3ae86..7833bf44795 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -488,7 +488,7 @@ sub provision_raw_prepare($$$$$$$) $ctx->{kdc_ipv4} = $kdc_ipv4; $ctx->{server_loglevel} = 1; - $ctx->{username} = "administrator"; + $ctx->{username} = "Administrator"; $ctx->{domain} = "SAMBADOMAIN"; $ctx->{realm} = "SAMBA.EXAMPLE.COM"; $ctx->{dnsname} = "samba.example.com"; |