summaryrefslogtreecommitdiff
path: root/testprogs/blackbox/test_kpasswd_heimdal.sh
Commit message (Collapse)AuthorAgeFilesLines
* testprogs/blackbox: PY3 bulk change for python scripts use correct pythonNoel Power2018-11-141-6/+6
| | | | | | | | Change all instance where python scripts are called so that the correct python version as specified by $PYTHON is used Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* netcmd: Split 'domain passwordsettings' into a super-commandTim Beale2018-05-111-2/+2
| | | | | | | | | | | | | | | | | | | The show and set options are not really related to each other at all, so it makes sense to split the code into 2 separate commands. We also want to add separate sub-commands for PSOs in a subsequent patch. Because of the way the sub-command was implemented previously, it meant that you could specify other command-line options before the 'set' or 'show' keyword, and the command would still be accepted. However, now that it's a super-command 'set'/'show' needs to be specified before any additional arguments, so we need to update the test code to reflect this. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
* selftest: Ensure tmpkpasswdscript is always under $PREFIXAndrew Bartlett2018-03-231-2/+2
| | | | | | | Otherwise it might not be removed at the end of the test Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
* testprogs: Test only what the Heimdal kpasswd test should testAndreas Schneider2016-09-111-170/+122
| | | | | | | | | The test_password_settings.sh test does test using different password settings and is not specific to the kpasswd implementation. This test tests the kpasswd service. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* testprogs: Make test_passwords.sh a Heimdal kpasswd testAndreas Schneider2016-09-111-0/+265
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>