summaryrefslogtreecommitdiff
path: root/selftest/target
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-07-27 22:39:10 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-07-27 22:41:43 +1000
commitcdd7a5208fbcb65e4a75ee08f8f015530f418c15 (patch)
treedbb0f62bc7eaf986486de8170d3eec2a07089cdd /selftest/target
parenta40ce5d0d9d06f592a8885162bbaf644006b9f0f (diff)
downloadsamba-cdd7a5208fbcb65e4a75ee08f8f015530f418c15.tar.gz
samba-cdd7a5208fbcb65e4a75ee08f8f015530f418c15.tar.bz2
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/target')
-rw-r--r--selftest/target/Samba4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index 781c9f3ae8..7833bf4479 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";