Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn McKinney
OpenLDAP
Commits
3ec5247a
Commit
3ec5247a
authored
May 03, 2000
by
Kurt Zeilenga
Browse files
Change slapd.conf example directory to $localstatedir/openldap-ldbm
parent
1d067831
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
3ec5247a
...
...
@@ -8,6 +8,8 @@ Changes included in OpenLDAP 1.2.11 Release Engineering
non-zero number of items to process with only one replica.
Fix strdup use in libldap/request.c
Fix NULL prefix bug in libldap/ufn.c
Build Environment
Change slapd.conf LDBM directory to $localstatedir/openldap-ldbm
Changes included in OpenLDAP 1.2.10
CVS Tag: OPENLDAP_REL_ENG_1_2_10
...
...
doc/man/man5/slapd.conf.5
View file @
3ec5247a
...
...
@@ -291,7 +291,7 @@ at the expense of data security.
.B directory <directory>
Specify the directory where the LDBM files containing the database and
associated indexes live. The default is
.B
/usr/tmp
.
.B
R LOCALSTATEDIR/openldap\-ldbm
.
.TP
.B
index { <attrlist> | default } [ pres,eq,approx,sub,none ]
...
...
servers/slapd/Makefile.in
View file @
3ec5247a
...
...
@@ -118,6 +118,7 @@ CFFILES=slapd.conf slapd.at.conf slapd.oc.conf
install-conf
:
FORCE
@
-
$(MKDIR)
$(sysconfdir)
@
-
$(MKDIR)
$(localstatedir)
/openldap-ldbm
@
for
i
in
$(CFFILES)
;
do
\
tmpcf
=
/tmp/
$$
i.
$$
;
\
if
test
$$
i
=
slapd.conf
;
then
\
...
...
servers/slapd/slapd.conf
View file @
3ec5247a
...
...
@@ -19,8 +19,9 @@ suffix "dc=my-domain, dc=com"
#suffix "o=My Organization Name, c=US"
rootdn
"cn=Manager, dc=my-domain, dc=com"
#rootdn "cn=Manager, o=My Organization Name, c=US"
rootpw
secret
# cleartext passwords, especially for the rootdn, should
# be avoid. See slapd.conf(5) for details.
directory
/
usr
/
tmp
rootpw
secret
# database directory
directory
%
LOCALSTATEDIR
%/
openldap
-
ldbm
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment