]> git.sur5r.net Git - openldap/commitdiff
more for ITS#5704
authorQuanah Gibson-Mount <quanah@openldap.org>
Sat, 8 Nov 2008 00:34:06 +0000 (00:34 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sat, 8 Nov 2008 00:34:06 +0000 (00:34 +0000)
doc/man/man5/slapo-constraint.5

index e10a39476d44511b3a9bff5f688c23d68b48aece..525acb2b17f8408609b812cf0f42225904287081 100644 (file)
@@ -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