Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
f08b6899
Commit
f08b6899
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Apply NT fixes from Release Engineering.
parent
7443bb94
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ldapconfig.h.nt
+16
-9
16 additions, 9 deletions
include/ldapconfig.h.nt
with
16 additions
and
9 deletions
include/ldapconfig.h.nt
+
16
−
9
View file @
f08b6899
...
...
@@ -16,18 +16,23 @@
/*
* config.h for LDAP -- edit this file to customize LDAP client behavior.
* NO platform-specific definitions should be placed in this file.
* Note that this
is NOT used
by the LDAP or LBER libraries.
* Note that this
IS USED
by the LDAP or LBER libraries.
*/
/*
* SHARED DEFINITIONS - things you should change
*/
/*
* SHARED DEFINITIONS - things you should change
*/
#define DEFAULT_BINDIR "C:\\OpenLDAP\\bin"
#define DEFAULT_SBINDIR "C:\\OpenLDAP\\sbin"
#define DEFAULT_ETCDIR "C:\\OpenLDAP\\etc"
#define DEFAULT_DATADIR "C:\\OpenLDAP\\share"
#define DEFAULT_SYSCONFDIR "C:\\OpenLDAP\\etc"
#define DEFAULT_LIBEXECDIR "C:\\OpenLDAP\\execdir"
#define DEFAULT_RUNDIR "C:\\OpenLDAP\\run"
#define DEFAULT_LDAP_CONF_FILE "
c
:\\OpenLDAP\\ldap.conf"
#define DEFAULT_LDAP_CONF_FILE "
C
:\\OpenLDAP\\ldap.conf"
#define DEFAULT_LDAP_USERRC_FILE "ldaprc"
#define DEFAULT_LDAP_ENV_PREFIX "LDAP"
...
...
@@ -46,10 +51,10 @@
/* default count of DN components to show in entry displays */
#define DEFAULT_RDNCOUNT 2
/* default config file locations */
#define FILTERFILE "C:\\OpenLDAP\\etc\\ldapfilter.conf"
#define FILTERFILE
"C:\\OpenLDAP\\etc\\ldapfilter.conf"
#define TEMPLATEFILE "C:\\OpenLDAP\\etc\\ldaptemplates.conf"
#define SEARCHFILE "C:\\OpenLDAP\\etc\\ldapsearchprefs.conf"
#define FRIENDLYFILE "C:\\OpenLDAP\\
etc
\\ldapfriendly"
#define SEARCHFILE
"C:\\OpenLDAP\\etc\\ldapsearchprefs.conf"
#define FRIENDLYFILE "C:\\OpenLDAP\\
share
\\ldapfriendly"
/*
* FINGER DEFINITIONS
...
...
@@ -110,7 +115,7 @@ Please try again later.\r\n"
* GO500GW GOPHER GATEWAY DEFINITIONS
*/
/* where the helpfile lives */
#define GO500GW_HELPFILE "C:\\OpenLDAP\\
etc
\\go500gw.help"
#define GO500GW_HELPFILE "C:\\OpenLDAP\\
share
\\go500gw.help"
/* port on which to listen */
#define GO500GW_PORT 7777
/* timeout on all searches */
...
...
@@ -131,7 +136,7 @@ Please try again later.\r\n"
* RCPT500 MAIL RESPONDER GATEWAY DEFINITIONS
*/
/* where the helpfile lives */
#define RCPT500_HELPFILE "C:\\OpenLDAP\\
etc
\\rcpt500.help"
#define RCPT500_HELPFILE "C:\\OpenLDAP\\
share
\\rcpt500.help"
/* maximum number of matches returned */
#define RCPT500_SIZELIMIT 50
/* address replies will appear to come from */
...
...
@@ -166,7 +171,7 @@ Please try again later.\r\n"
/* ud configuration file */
#define UD_CONFIG_FILE "C:\\OpenLDAP\\etc\\ud.conf"
/* default editor */
#define UD_DEFAULT_EDITOR "
C:\\OpenLDAP\\etc
"
#define UD_DEFAULT_EDITOR "
%EDITOR%
"
/* default bbasename of user config file */
#define UD_USER_CONFIG_FILE ".udrc"
/* default base where groups are created */
...
...
@@ -197,6 +202,8 @@ Please try again later.\r\n"
*/
/* location of the default slapd config file */
#define SLAPD_DEFAULT_CONFIGFILE "C:\\OpenLDAP\\etc\\slapd.conf"
/* default max deref depth for aliases */
#define SLAPD_DEFAULT_MAXDEREFDEPTH 15
/* default sizelimit on number of entries from a search */
#define SLAPD_DEFAULT_SIZELIMIT 500
/* default timelimit to spend on a search */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment