Skip to content
Snippets Groups Projects
Commit 4bbcf1dd authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

more for ITS#5704

parent 1bc2e553
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ constraint_attribute title uri ...@@ -103,7 +103,7 @@ constraint_attribute title uri
ldap:///dc=catalog,dc=example,dc=com?title?sub?(objectClass=titleCatalog) ldap:///dc=catalog,dc=example,dc=com?title?sub?(objectClass=titleCatalog)
constraint_attribute cn,sn,givenName set constraint_attribute cn,sn,givenName set
"(this/givenName + [ ] + this/sn) & this/cn" "(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 .fi
.RE .RE
...@@ -125,7 +125,7 @@ to be constructed by pairing values of the attributes ...@@ -125,7 +125,7 @@ to be constructed by pairing values of the attributes
and and
.BR givenName , .BR givenName ,
separated by a space, but only for entries derived from the objectClass separated by a space, but only for entries derived from the objectClass
.BR person . .BR inetOrgPerson .
.RE .RE
.SH FILES .SH FILES
.TP .TP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment