-
t8m committed patchset 1038 of module Linux-PAM to the Pluggable Auth Modules CVS repository, changing 3 files.
2010-01-04 17:00:33 UTC by t8m
-
using sys-libs/pam-1.1.1 from a gentoo distribution.
expose_authtok seems working in auth mode but not in password mode.
this is my test:
in /etc/pam/system-auth :
auth required pam_env.so
auth required pam_exec.so expose_authtok log=/var/log/text /usr/local/bin/text
...
password required pam_cracklib.so difignore=2 difok=2 minlen=5 dcredit=2 ocredit=2 retry=3
password required...
2009-12-31 09:57:15 UTC by nobody
-
Hi! I use Fedora 10 and pam-1.0.4
I want my users to use any passwords. For example i want pass "12" to be good. As I saw there is an if expression in pam_unix_passwd.c which checks the length of a password; a password must be 6 characters or longer.
What should I do?
P.S. Sorry for my bad English.
2009-12-30 10:36:39 UTC by kubinec
-
Patched in a quiet_unknown flag for pam_succeed_if which avoids logging when the user is unknown (right be before PAM_USER_UNKNOWN is returned).
The regenerations mentioned in the ChangeLog will need to be done.
2009-12-18 21:12:21 UTC by nobody
-
kukuk committed patchset 1037 of module Linux-PAM to the Pluggable Auth Modules CVS repository, changing 2 files.
2009-12-18 12:13:01 UTC by kukuk
-
kukuk committed patchset 1036 of module Linux-PAM to the Pluggable Auth Modules CVS repository, changing 49 files.
2009-12-16 13:17:13 UTC by kukuk
-
Renamed internal DEBUG define to something more Linux-PAM specific.
2009-12-08 14:42:16 UTC by kukuk
-
kukuk committed patchset 1035 of module Linux-PAM to the Pluggable Auth Modules CVS repository, changing 12 files.
2009-12-08 14:41:40 UTC by kukuk
-
t8m committed patchset 1034 of module Linux-PAM to the Pluggable Auth Modules CVS repository, changing 2 files.
2009-12-08 09:15:51 UTC by t8m
-
t8m committed patchset 1033 of module Linux-PAM to the Pluggable Auth Modules CVS repository, changing 2 files.
2009-12-08 09:06:46 UTC by t8m