From: Pierangelo Masarati Date: Wed, 17 Sep 2008 21:11:38 +0000 (+0000) Subject: fix previous commit (person does not allow givenName; ITS#5704) X-Git-Tag: ACLCHECK_0~1337 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4fa7924fd70e4ad2a3a40ee875ad9e090073f482;p=openldap fix previous commit (person does not allow givenName; ITS#5704) --- diff --git a/doc/man/man5/slapo-constraint.5 b/doc/man/man5/slapo-constraint.5 index e10a39476d..525acb2b17 100644 --- a/doc/man/man5/slapo-constraint.5 +++ b/doc/man/man5/slapo-constraint.5 @@ -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