From e0ac56ae6f0974ccb4bd27e830fbd63eb35df568 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 26 Jun 2005 22:36:51 +0000 Subject: [PATCH] add _PATH_LDAP_SECRET --- pathnames.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pathnames.h.in b/pathnames.h.in index a277e4486..b28378ce5 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -108,6 +108,10 @@ #define _PATH_LDAP_CONF "/etc/ldap.conf" #endif /* _PATH_LDAP_CONF */ +#ifndef _PATH_LDAP_SECRET +#define _PATH_LDAP_SECRET "/etc/ldap.secret" +#endif /* _PATH_LDAP_SECRET */ + #ifndef _PATH_DEV_SYSTRACE #define _PATH_DEV_SYSTRACE "/dev/systrace" #endif /* _PATH_DEV_SYSTRACE */ -- 2.50.1