From dd9dc87190eb5fe52ef417bced15efe236be7393 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 7 Dec 2001 00:38:37 +0000 Subject: 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 --- lib/libpam/libpam/security/_pam_aconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpam/libpam') diff --git a/lib/libpam/libpam/security/_pam_aconf.h b/lib/libpam/libpam/security/_pam_aconf.h index e359ffb..10e93c6 100644 --- a/lib/libpam/libpam/security/_pam_aconf.h +++ b/lib/libpam/libpam/security/_pam_aconf.h @@ -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 -- cgit v1.1