- (stevesk) Fix typo in auth.c: USE_PAM not PAM
This commit is contained in:
parent
95c7b4dd6e
commit
a58e0af1bd
|
@ -1,3 +1,6 @@
|
||||||
|
20001029
|
||||||
|
- (stevesk) Fix typo in auth.c: USE_PAM not PAM
|
||||||
|
|
||||||
20001028
|
20001028
|
||||||
- (djm) fix select hack in serverloop.c from Philippe WILLEM
|
- (djm) fix select hack in serverloop.c from Philippe WILLEM
|
||||||
<Philippe.WILLEM@urssaf.fr>
|
<Philippe.WILLEM@urssaf.fr>
|
||||||
|
|
2
auth.c
2
auth.c
|
@ -80,7 +80,7 @@ allowed_user(struct passwd * pw)
|
||||||
#ifdef WITH_AIXAUTHENTICATE
|
#ifdef WITH_AIXAUTHENTICATE
|
||||||
char *loginmsg;
|
char *loginmsg;
|
||||||
#endif /* WITH_AIXAUTHENTICATE */
|
#endif /* WITH_AIXAUTHENTICATE */
|
||||||
#if !defined(PAM) && defined(HAVE_SHADOW_H) && \
|
#if !defined(USE_PAM) && defined(HAVE_SHADOW_H) && \
|
||||||
!defined(DISABLE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
|
!defined(DISABLE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
|
||||||
struct spwd *spw;
|
struct spwd *spw;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue