]> granicus.if.org Git - sudo/commitdiff
add _PATH_LDAP_SECRET
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Jun 2005 22:36:51 +0000 (22:36 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Jun 2005 22:36:51 +0000 (22:36 +0000)
pathnames.h.in

index a277e448643d769ab185048386109c749d0c445f..b28378ce515850923fc08fa7a6f24f87d5cff632 100644 (file)
 #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 */