aboutsummaryrefslogtreecommitdiff
path: root/xtests/tst-pam_cracklib1.c
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2007-01-31 19:19:44 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2007-01-31 19:19:44 +0000
commitb12b648d8357e5baa5c607ca6703380b1e77b013 (patch)
tree2748fe8509c02c3567543bc665bb2e3edf72cdbf /xtests/tst-pam_cracklib1.c
parent7cbfa335c57d068d59508c844f3957165cccfb9b (diff)
downloadpam-b12b648d8357e5baa5c607ca6703380b1e77b013.tar.gz
pam-b12b648d8357e5baa5c607ca6703380b1e77b013.tar.bz2
pam-b12b648d8357e5baa5c607ca6703380b1e77b013.zip
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- 2007-01-31 Thorsten Kukuk <kukuk@thkukuk.de> * xtests/Makefile.am: Add new pam_unix.so tests * xtests/run-xtests.sh: Prefer shell scripts (wrapper) over binaries. * xtests/tst-pam_cracklib1.c: Fix typo. * xtests/tst-pam_unix1.c: New, for sucurity fix. * xtests/tst-pam_unix1.pamd: New. * xtests/tst-pam_unix1.sh: New. * xtests/tst-pam_unix2.c: New, for crypt checks. * xtests/tst-pam_unix2.pamd: New. * xtests/tst-pam_unix2.sh: New. * xtests/tst-pam_unix3.c: New, for bigcrypt checks. * xtests/tst-pam_unix3.pamd: New. * xtests/tst-pam_unix3.sh: New.
Diffstat (limited to 'xtests/tst-pam_cracklib1.c')
-rw-r--r--xtests/tst-pam_cracklib1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtests/tst-pam_cracklib1.c b/xtests/tst-pam_cracklib1.c
index 6c0ec321..3aa3f15b 100644
--- a/xtests/tst-pam_cracklib1.c
+++ b/xtests/tst-pam_cracklib1.c
@@ -114,7 +114,7 @@ main(int argc, char *argv[])
return 1;
}
- /* Try two, first input is NULL */
+ /* Try two, second input is NULL */
retval = pam_chauthtok (pamh, 0);
if (retval != PAM_AUTHTOK_RECOVERY_ERR)
{