summaryrefslogtreecommitdiffstats
path: root/testprogs/blackbox/test_export_keytab.sh
Commit message (Collapse)AuthorAgeFilesLines
* s4:selftest: change the blackbox.export.keytab test to use a binary mapping ↵Michael Adam2012-05-311-3/+3
| | | | for smbclient
* selftest: Remove unused support for --exeextAndrew Bartlett2012-02-011-3/+3
|
* s4-samba-tool: Add --principal argument to samba-tool domain exportkeytabAndrew Bartlett2011-11-291-1/+11
| | | | | | | | | | | | | This allows only a particular principal to be exported to the keytab. This is useful when setting up unix servers in a Samba controlled domain. Based on a request by Gémes Géza <geza@kzsdabas.hu> Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Nov 29 09:20:55 CET 2011 on sn-devel-104
* s4: samba-tool subcommand rename - change samba-tool user add to samba-tool ↵Theresa Halloran2011-10-231-1/+1
| | | | | | | user create Signed-off-by: Theresa Halloran <thallora@linux.vnet.ibm.com> Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4-selftest When testing for a credentials cache, do not specify a domainAndrew Bartlett2011-10-181-1/+1
| | | | | | | If we specify a domain, then we indicate that we must use that domain which overrides the credentials cache we found in the environment. Andrew Bartlett
* samba-tool: updated test suite to account for newuser changeGiampaolo Lauria2011-07-281-1/+1
| | | | | | | Updated test suite invocations of newuser to "user add" as the newuser functionality is now being moved to "user add" Signed-off-by: Andrew Tridgell <tridge@samba.org>
* samba-tool: use 'exportkeytab' instead of 'dumpkeys'Andrew Tridgell2011-07-211-2/+2
| | | | | | | a 'keytab' is a particular format known to administrators, whereas 'keys' is a bit too vague Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* samba-tool: updated test suite for the new domain dumpkeys optionGiampaolo Lauria2011-07-211-2/+2
| | | | | | The test suite has been changed to reflect the move from export to "domain dumpkeys" to reflect the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
* selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett2011-04-161-1/+1
| | | | | | Just have BINDIR, and have it default to ./bin Andrew Bartlett
* s4 net: rename to samba-tool in order to not clash with s3 netKai Blin2010-10-281-5/+5
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
* blackbox/test_export_keytab.sh: correctly remove temporary filesStefan Metzmacher2010-01-041-1/+1
| | | | metze
* blackbox/test_export_keytab.sh: use VALGRIND for samba4kinitStefan Metzmacher2010-01-041-2/+2
| | | | metze
* net: Move 'newuser' to 'net newuser'Jelmer Vernooij2009-12-311-1/+1
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4:kerberos Add test to show that we actually export the keytabAndrew Bartlett2009-07-271-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