diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-24 11:26:10 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-24 11:26:10 +0000 |
commit | 59a0a225801c71269dc07f96df3861b74f7949e3 (patch) | |
tree | 3dc3c33940dbd8f969130f1b000ce0e5a66d7990 /xtests/tst-pam_cracklib1.pamd | |
parent | 46fa42001831ce7868bbe335129c690fec5546a8 (diff) | |
download | pam-59a0a225801c71269dc07f96df3861b74f7949e3.tar.gz pam-59a0a225801c71269dc07f96df3861b74f7949e3.tar.bz2 pam-59a0a225801c71269dc07f96df3861b74f7949e3.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-08-24 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_cracklib/pam_cracklib.c (pam_sm_chauthtok): Check
for error from getting second token.
* xtests/Makefile.am: Add tst-pam_cracklib1
* xtests/tst-pam_cracklib1.c: New, check for pam_cracklib seg.fault.
* xtests/tst-pam_cracklib1.pamd: New, config for cracklib test.
Diffstat (limited to 'xtests/tst-pam_cracklib1.pamd')
-rw-r--r-- | xtests/tst-pam_cracklib1.pamd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xtests/tst-pam_cracklib1.pamd b/xtests/tst-pam_cracklib1.pamd new file mode 100644 index 00000000..41a9188d --- /dev/null +++ b/xtests/tst-pam_cracklib1.pamd @@ -0,0 +1,2 @@ +#%PAM-1.0 +password required pam_cracklib.so |