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
8c386888
Commit
8c386888
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Move default LDBM directory from /usr/tmp to $(localstatedir)
parent
14418bdf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/man/man5/slapd.conf.5
+1
-1
1 addition, 1 deletion
doc/man/man5/slapd.conf.5
servers/slapd/Makefile.in
+1
-0
1 addition, 0 deletions
servers/slapd/Makefile.in
servers/slapd/slapd.conf
+2
-3
2 additions, 3 deletions
servers/slapd/slapd.conf
with
4 additions
and
4 deletions
doc/man/man5/slapd.conf.5
+
1
−
1
View file @
8c386888
...
...
@@ -401,7 +401,7 @@ performance at the expense of data security.
Specify the directory where the LDBM files containing this database and
associated indexes live. A separate directory must be specified for
each database. The default is
.B
/usr/tmp
.
.B
R LOCALSTATEDIR/openldap-ldbm
.
.TP
.B
index { <attrlist> | default } [ pres,eq,approx,sub,none ]
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/Makefile.in
+
1
−
0
View file @
8c386888
...
...
@@ -201,6 +201,7 @@ install-schema: FORCE
install-conf
:
FORCE
@
-
$(
MKDIR
)
$(
DESTDIR
)$(
sysconfdir
)
@
-
$(
MKDIR
)
$(
DESTDIR
)$(
localstatedir
)
/openldap-ldbm
@
for
i
in
$(
CFFILES
);
do
\
tmpcf
=
$$
i.tmp
;
\
if
test
$$
i
=
slapd.conf
;
then
\
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/slapd.conf
+
2
−
3
View file @
8c386888
...
...
@@ -36,8 +36,7 @@ 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
directory
%
LOCALSTATEDIR
%/
openldap
-
ldbm
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