Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-04 | blackbox/test_export_keytab.sh: correctly remove temporary files | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-01-04 | blackbox/test_export_keytab.sh: use VALGRIND for samba4kinit | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-12-31 | net: Move 'newuser' to 'net newuser' | Jelmer Vernooij | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-07-27 | s4:kerberos Add test to show that we actually export the keytab | Andrew Bartlett | 1 | -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 |