mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
add support for constraining rename (ITS#5703)
This commit is contained in:
parent
d02c861ada
commit
2dc2c14485
1 changed files with 3 additions and 2 deletions
|
|
@ -17,8 +17,9 @@ This overlay is intended to be used to force syntactic regularity upon
|
|||
certain string represented data which have well known canonical forms,
|
||||
like telephone numbers, post codes, FQDNs, etc.
|
||||
.LP
|
||||
It constrains only LDAP adds and modify commands and only seeks to
|
||||
control the add and modify value of a modify request.
|
||||
It constrains only LDAP \fIadd\fP, \fImodify\fP and \fIrename\fP commands
|
||||
and only seeks to control the \fIadd\fP and \fIreplace\fP values
|
||||
of \fImodify\fP and \fIrename\fP requests.
|
||||
.SH CONFIGURATION
|
||||
This
|
||||
.B slapd.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue