summaryrefslogtreecommitdiff
path: root/testprogs/blackbox/test_export_keytab.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-07-27s4:kerberos Add test to show that we actually export the keytabAndrew Bartlett1-0/+67
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