From: Todd C. Miller Date: Sun, 26 Jun 2005 22:36:51 +0000 (+0000) Subject: add _PATH_LDAP_SECRET X-Git-Tag: SUDO_1_7_0~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0ac56ae6f0974ccb4bd27e830fbd63eb35df568;p=sudo add _PATH_LDAP_SECRET --- 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 */