Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
4b5ffab2
Commit
4b5ffab2
authored
Jan 04, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6364
parent
0155665a
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
4b5ffab2
...
...
@@ -69,7 +69,9 @@ OpenLDAP 2.4.24 Engineering
Removed antiquated SunOS LWP support (ITS#6669)
Documentation
admin24 guide typo fixes (ITS#6609)
admin24 guide refint rootdn requirement (ITS#6364)
ldap_open(3) document ldap_set_urllist_proc (ITS#6601)
slapo-refint(5) rootdn requirement (ITS#6364)
OpenLDAP 2.4.23 Release (2010/06/30)
Fixed libldap to return server's error code (ITS#6569)
...
...
doc/guide/admin/overlays.sdf
View file @
4b5ffab2
...
...
@@ -1009,6 +1009,8 @@ If we removed all users from the directory who are a member of this group, then
would be a single member in the group: {{F:cn=admin,dc=example,dc=com}}. This is the
{{F:refint_nothing}} parameter kicking into action so that the schema is not violated.
The {{rootdn}} must be set for the database as refint runs as the {{rootdn}} to gain access to
make its updates. The {{rootpw}} does not need to be set.
H3: Further Information
...
...
doc/man/man5/slapo-refint.5
View file @
4b5ffab2
...
...
@@ -31,6 +31,12 @@ attribute containing that DN.
Entries matching that search would have their
.B manager
attribute deleted and replaced by the new DN.
.LP
.B rootdn
must be set for the database. refint runs as the rootdn
to gain access to make its updates.
.B rootpw
is not needed.
.SH CONFIGURATION
These
.B slapd.conf
...
...
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