diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-03-06 15:06:21 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-03-06 15:06:21 +0100 |
commit | 2b89ff6a794d57a24435e7c4421e4780ed402116 (patch) | |
tree | 5b3f631e4d0ff4915e0d2553400bb0d911677812 | |
parent | Don't check just definition. (diff) | |
download | pambase-2b89ff6a794d57a24435e7c4421e4780ed402116.tar.gz pambase-2b89ff6a794d57a24435e7c4421e4780ed402116.tar.bz2 pambase-2b89ff6a794d57a24435e7c4421e4780ed402116.zip |
Use authentication token even when using pam_passwdqc.
-rw-r--r-- | basic-conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ // Only use_authtok (authentication token) when using cracklib or some other module // that checks for passwords. -#if defined(HAVE_CRACKLIB) +#if HAVE_CRACKLIB || HAVE_PASSWDQC # define AUTHTOK use_authtok #else # define AUTHTOK |