From 5f89cae7a32224e63b49a917f590f16ac58e6725 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Thu, 17 Jul 2008 13:10:45 +0000 Subject: [PATCH] - fix residentialPerson objectclass definition bug introduced in RFC2256 and carried over to RFC4519 where l attribute declared both MUST and MAY. new definition reflects X.521 origin of residentialPerson. --- opends/resource/schema/00-core.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/schema/00-core.ldif b/opends/resource/schema/00-core.ldif index 5a8eef7..e1514be 100644 --- a/opends/resource/schema/00-core.ldif +++ b/opends/resource/schema/00-core.ldif @@ -490,7 +490,7 @@ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ - postalAddress $ physicalDeliveryOfficeName $ st $ l ) X-ORIGIN 'RFC 4519' ) + postalAddress $ physicalDeliveryOfficeName $ st ) X-ORIGIN 'RFC 4519' ) objectClasses: ( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL MUST cn MAY ( seeAlso $ ou $ l $ description ) X-ORIGIN 'RFC 4519' ) objectClasses: ( 2.5.6.12 NAME 'applicationEntity' SUP top STRUCTURAL -- Gitblit v1.10.0