summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-04-22 13:52:21 +0200
committerRob Crittenden <rcritten@redhat.com>2013-04-26 11:13:52 -0400
commite9863e3fe3cc5ca016c4e216ae3d34b750a34c73 (patch)
tree70f42e2a11ee90f2f11a7e7ff5fbb3f9d8b66af1 /install/share
parent5af2e1779ae1a0eca785493c8ed2eb044c8e282a (diff)
downloadfreeipa-e9863e3fe3cc5ca016c4e216ae3d34b750a34c73.tar.gz
freeipa-e9863e3fe3cc5ca016c4e216ae3d34b750a34c73.tar.xz
freeipa-e9863e3fe3cc5ca016c4e216ae3d34b750a34c73.zip
Fix syntax of the dc attributeType
dc syntax is changed from Directory String to IA5 String to conform to RFC 2247. Part of the work for https://fedorahosted.org/freeipa/ticket/3578
Diffstat (limited to 'install/share')
-rw-r--r--install/share/05rfc2247.ldif2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/05rfc2247.ldif b/install/share/05rfc2247.ldif
index 4dd86348e..e02de3083 100644
--- a/install/share/05rfc2247.ldif
+++ b/install/share/05rfc2247.ldif
@@ -42,7 +42,7 @@
# "Using Domains in LDAP/X.500 Distinguished Names"
#
dn: cn=schema
-attributeTypes: ( 0.9.2342.19200300.100.1.25 NAME ( 'dc' 'domaincomponent' ) DESC 'Standard LDAP attribute type' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2247' )
+attributeTypes: ( 0.9.2342.19200300.100.1.25 NAME ( 'dc' 'domaincomponent' ) DESC 'Standard LDAP attribute type' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2247' )
attributeTypes: ( 0.9.2342.19200300.100.1.38 NAME 'associatedName' DESC 'Standard LDAP attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 1274' )
objectClasses: ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST dc X-ORIGIN 'RFC 2247' )
objectClasses: ( 0.9.2342.19200300.100.4.13 NAME 'domain' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST dc MAY ( associatedName $ businessCategory $ description $ destinationIndicator $ facsimileTelephoneNumber $ internationaliSDNNumber $ l $ o $ physicalDeliveryOfficeName $ postOfficeBox $ postalAddress $ postalCode $ preferredDeliveryMethod $ registeredAddress $ searchGuide $ seeAlso $ st $ street $ telephoneNumber $ teletexTerminalIdentifier $ telexNumber $ userPassword $ x121Address ) X-ORIGIN 'RFC 2247' )