Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
c7244671
Commit
c7244671
authored
Sep 19, 2013
by
Quanah Gibson-Mount
Browse files
Update example slapd.conf bits to use mdb instead of bdb
parent
ee07f34b
Changes
10
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/allop/slapo-allop.5
View file @
c7244671
...
...
@@ -44,7 +44,7 @@ affects all requests
affects only requests directed to the suffix of a database
.nf
# per database
database
b
db
database
m
db
suffix "dc=example,dc=com"
# database specific directives ...
overlay allop
...
...
contrib/slapd-modules/lastmod/slapo-lastmod.5
View file @
c7244671
...
...
@@ -147,7 +147,7 @@ request types that are considered equivalent to a write operation.
.LP
.RS
.nf
database
b
db
database
m
db
suffix dc=example,dc=com
\...
overlay lastmod
...
...
contrib/slapd-modules/smbk5pwd/README
View file @
c7244671
...
...
@@ -25,7 +25,7 @@ To use the overlay, add:
moduleload <path to>smbk5pwd.so
...
database
b
db
database
m
db
...
overlay smbk5pwd
...
...
contrib/slapd-modules/usn/README
View file @
c7244671
...
...
@@ -7,7 +7,7 @@ To use the overlay, add:
moduleload <path to>usn.so
...
database
b
db
database
m
db
...
overlay usn
...
...
doc/man/man5/slapd-relay.5
View file @
c7244671
...
...
@@ -150,7 +150,7 @@ but none of the real to virtual.
Access rules:
.LP
.nf
database
b
db
database
m
db
suffix "dc=example,dc=com"
# skip...
access to dn.subtree="dc=example,dc=com"
...
...
doc/man/man5/slapd.conf.5
View file @
c7244671
...
...
@@ -1265,6 +1265,7 @@ should be one of
.BR hdb ,
.BR ldap ,
.BR ldif ,
.BR mdb ,
.BR meta ,
.BR monitor ,
.BR null ,
...
...
@@ -1294,6 +1295,7 @@ should be one of
.BR hdb ,
.BR ldap ,
.BR ldif ,
.BR mdb ,
.BR meta ,
.BR monitor ,
.BR null ,
...
...
@@ -1727,7 +1729,7 @@ when using the \fIsyncprov\fP overlay, which needs to follow \fIglue\fP
in order to work over all of the glued databases. E.g.
.RS
.nf
database
b
db
database
m
db
suffix dc=example,dc=com
...
overlay glue
...
...
@@ -2020,7 +2022,7 @@ access to attrs=userPassword by * auth
# Read access to other attributes and entries.
access to * by * read
database
b
db
database
m
db
suffix "dc=our\-domain,dc=com"
# The database directory MUST exist prior to
# running slapd AND should only be accessible
...
...
doc/man/man5/slapo-accesslog.5
View file @
c7244671
...
...
@@ -102,7 +102,7 @@ succeed or not. The default is FALSE.
.SH EXAMPLES
.LP
.nf
database
b
db
database
m
db
suffix dc=example,dc=com
\...
overlay accesslog
...
...
@@ -111,7 +111,7 @@ succeed or not. The default is FALSE.
logbase search|compare ou=testing,dc=example,dc=com
logold (objectclass=person)
database
b
db
database
m
db
suffix cn=log
\...
index reqStart eq
...
...
doc/man/man5/slapo-dyngroup.5
View file @
c7244671
...
...
@@ -33,7 +33,7 @@ will cause the
to be evaluated for the result.
.SH EXAMPLES
.nf
database
b
db
database
m
db
...
overlay dyngroup
attrpair member memberURL
...
...
doc/man/man5/slapo-ppolicy.5
View file @
c7244671
...
...
@@ -762,7 +762,7 @@ administrative reset.
.LP
.RS
.nf
database
b
db
database
m
db
suffix dc=example,dc=com
\|...
overlay ppolicy
...
...
doc/man/man5/slapo-valsort.5
View file @
c7244671
...
...
@@ -61,7 +61,7 @@ for an attribute with a syntax other than Integer or NumericString.
.SH EXAMPLES
.LP
.nf
database
b
db
database
m
db
suffix dc=example,dc=com
...
overlay valsort
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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