mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
fix previous commit (person does not allow givenName; ITS#5704)
This commit is contained in:
parent
a3176f5453
commit
4fa7924fd7
1 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ constraint_attribute title uri
|
|||
ldap:///dc=catalog,dc=example,dc=com?title?sub?(objectClass=titleCatalog)
|
||||
constraint_attribute cn,sn,givenName set
|
||||
"(this/givenName + [ ] + this/sn) & this/cn"
|
||||
restrict="ldap:///ou=People,dc=example,dc=com??sub?(objectClass=person)"
|
||||
restrict="ldap:///ou=People,dc=example,dc=com??sub?(objectClass=inetOrgPerson)"
|
||||
.fi
|
||||
|
||||
.RE
|
||||
|
|
@ -125,7 +125,7 @@ to be constructed by pairing values of the attributes
|
|||
and
|
||||
.BR givenName ,
|
||||
separated by a space, but only for entries derived from the objectClass
|
||||
.BR person .
|
||||
.BR inetOrgPerson .
|
||||
.RE
|
||||
.SH FILES
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Reference in a new issue