Now that _pam_init_handlers() works as intended, it seems clear that we

do not actually want to define PAM_READ_BOTH_CONFS, so back out previous
commit.

Sponsored by:	DARPA, NAI Labs
This commit is contained in:
des 2001-12-07 00:38:37 +00:00
parent 5ca33ff694
commit 3041730ba2

View File

@ -54,7 +54,7 @@
/* #undef UGLY_HACK_FOR_PRIOR_BEHAVIOR_SUPPORT */
/* read both confs - read /etc/pam.d and /etc/pam.conf in serial */
#define PAM_READ_BOTH_CONFS 1
/* #undef PAM_READ_BOTH_CONFS */
#define HAVE_PATHS_H 1
#ifdef HAVE_PATHS_H