diff options
author | George Lebl <jirka@5z.com> | 2003-12-19 23:44:56 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2003-12-19 23:44:56 +0000 |
commit | e92b71ea79b91c95a549bbbe8cd460b2f9c5da16 (patch) | |
tree | cbb2100a53ec3a36538ab1b4404b8241d673bd45 /configure.in | |
parent | 110aa7680995c1c81c24a048123efcca9fb3cd81 (diff) | |
download | gdm-e92b71ea79b91c95a549bbbe8cd460b2f9c5da16.tar.gz |
Massage and then apply a patch from Vincent Berger
Fri Dec 19 15:44:03 2003 George Lebl <jirka@5z.com>
* configure.in, acconfig.h, daemon/verify-(crypt|shadow).c: Massage
and then apply a patch from Vincent Berger
<vincent.berger@ext.bull.net> to add password expiration and
checking in the crypt/shadow code, at least on AIX. Fixes
#123766
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 05fc3dbc..d093aa94 100644 --- a/configure.in +++ b/configure.in @@ -289,6 +289,9 @@ if test x$have_pam = xno; then fi fi + # Check if the function 'passwdexpired' and 'chpass' exist + # (only used in 'verify-crypt.c') + AC_CHECK_FUNCS(loginrestrictions passwdexpired chpass) fi AC_SUBST(VRFY) |