From 7be5fca72f7ee902ae6b92ef2e24c517841872bb Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 18 Sep 1998 19:21:18 +0000 Subject: [PATCH] Return to 1.5.10.3 --- include/ldapconfig.h.edit | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/include/ldapconfig.h.edit b/include/ldapconfig.h.edit index 9bf23812d4..bb63e69e5c 100644 --- a/include/ldapconfig.h.edit +++ b/include/ldapconfig.h.edit @@ -24,26 +24,26 @@ */ #define DEFAULT_BINDIR "%BINDIR%" #define DEFAULT_SBINDIR "%SBINDIR%" -#define DEFAULT_ETCDIR "%ETCDIR%" +#define DEFAULT_SYSCONFDIR "%SYSCONFDIR%" #define DEFAULT_LIBEXECDIR "%LIBEXECDIR%" /* default ldap host */ #define LDAPHOST "localhost" -#define DEFAULT_LDAPHOST_FILE "%ETCDIR%/ldaphost" +#define DEFAULT_LDAPHOST_FILE "%SYSCONFDIR%/ldaphost" /* default place to start searching */ #define DEFAULT_BASE "o=Your Organization Name, c=US" -#define DEFAULT_BASE_FILE "%ETCDIR%/ldapbase" +#define DEFAULT_BASE_FILE "%SYSCONFDIR%/ldapbase" /* * default binddn and creditials * use files, make sure they are not generally readable */ #define DEFAULT_BINDDN NULL -#define DEFAULT_BINDDN_FILE "%ETCDIR%/ldapbinddn" +#define DEFAULT_BINDDN_FILE "%SYSCONFDIR%/ldapbinddn" #define DEFAULT_BIND_CRED NULL -#define DEFAULT_BIND_CRED_FILE "%ETCDIR%/ldapbindcred" +#define DEFAULT_BIND_CRED_FILE "%SYSCONFDIR%/ldapbindcred" /********************************************************************* * * @@ -59,10 +59,10 @@ /* default count of DN components to show in entry displays */ #define DEFAULT_RDNCOUNT 2 /* default config file locations */ -#define FILTERFILE "%ETCDIR%/ldapfilter.conf" -#define TEMPLATEFILE "%ETCDIR%/ldaptemplates.conf" -#define SEARCHFILE "%ETCDIR%/ldapsearchprefs.conf" -#define FRIENDLYFILE "%ETCDIR%/ldapfriendly" +#define FILTERFILE "%SYSCONFDIR%/ldapfilter.conf" +#define TEMPLATEFILE "%SYSCONFDIR%/ldaptemplates.conf" +#define SEARCHFILE "%SYSCONFDIR%/ldapsearchprefs.conf" +#define FRIENDLYFILE "%SYSCONFDIR%/ldapfriendly" /* * FINGER DEFINITIONS @@ -136,7 +136,7 @@ Please try again later.\r\n" #define GO500GW_BINDDN NULL #define GO500GW_BIND_CRED NULL /* where the helpfile lives */ -#define GO500GW_HELPFILE "%ETCDIR%/go500gw.help" +#define GO500GW_HELPFILE "%SYSCONFDIR%/go500gw.help" /* port on which to listen */ #define GO500GW_PORT 7777 /* timeout on all searches */ @@ -160,7 +160,7 @@ Please try again later.\r\n" #define RCPT500_BINDDN NULL #define RCPT500_BIND_CRED NULL /* where the helpfile lives */ -#define RCPT500_HELPFILE "%ETCDIR%/rcpt500.help" +#define RCPT500_HELPFILE "%SYSCONFDIR%/rcpt500.help" /* maximum number of matches returned */ #define RCPT500_SIZELIMIT 50 /* address replies will appear to come from */ @@ -234,7 +234,7 @@ Please try again later.\r\n" * UD DEFINITIONS */ /* ud configuration file */ -#define UD_CONFIG_FILE "%ETCDIR%/ud.conf" +#define UD_CONFIG_FILE "%SYSCONFDIR%/ud.conf" /* default editor */ #define UD_DEFAULT_EDITOR "%EDITOR%" /* default bbasename of user config file */ @@ -283,7 +283,7 @@ Please try again later.\r\n" * SLAPD DEFINITIONS */ /* location of the default slapd config file */ -#define SLAPD_DEFAULT_CONFIGFILE "%ETCDIR%/slapd.conf" +#define SLAPD_DEFAULT_CONFIGFILE "%SYSCONFDIR%/slapd.conf" /* default sizelimit on number of entries from a search */ #define SLAPD_DEFAULT_SIZELIMIT 500 /* default timelimit to spend on a search */ -- 2.39.5