[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
too many colons in http://www.openldap.org/doc/admin/schema.html (ITS#728)
Full_Name: robert joop
Version:
OS:
URL:
Submission from: (NULL) (193.175.135.28)
http://www.openldap.org/doc/admin/schema.html reads:
attributeType: ( 2.5.4.41 NAME 'name'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
attributeType: ( 2.5.4.3 NAME
( 'cn' $ 'commonName' ) SUP name )
.../schema/core.schema reads:
attributetype ( 2.5.4.41 NAME 'name'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
difference: the colons
slapd doesn't accept these colons.
if i insert the one from the 'name' definition, slapd gives the error message:
/usr/local/etc/openldap/schema/core.schema: line 142: AttributeType not found:
"name"