mirror of
https://github.com/shadow-maint/shadow.git
synced 2024-11-24 02:24:32 +08:00
* libmisc/pam_pass.c: Removed comment regarding pam_misc. This is
checked by configure.in.
This commit is contained in:
parent
a979e7d14d
commit
19b672c3a4
@ -1,3 +1,8 @@
|
||||
2009-05-07 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/pam_pass.c: Removed comment regarding pam_misc. This is
|
||||
checked by configure.in.
|
||||
|
||||
2009-05-07 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/login.defs.5.xml: PAM enabled chpasswd do not use any
|
||||
|
@ -37,10 +37,7 @@
|
||||
|
||||
|
||||
/*
|
||||
* Change the user's password using PAM. Requires libpam and libpam_misc
|
||||
* (for misc_conv). Note: libpam_misc is probably Linux-PAM specific,
|
||||
* so you may have to port it if you want to use this code on non-Linux
|
||||
* systems with PAM (such as Solaris 2.6). --marekm
|
||||
* Change the user's password using PAM.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user