Hello,
I have some troubles in the creation of a ldap schema.
I would like something like that:
attributetype ( eloOrganizationalUnitAttribute:7.30.2008.1.22
NAME 'street'
DESC 'Cinema street'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
ORDERING caseIgnoreOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE )
attributetype ( eloOrganizationalUnitAttribute:7.30.2008.1.23
NAME 'postalCode'
DESC 'Cinema Zip code'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
ORDERING caseIgnoreOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE )
When I restart slapd, I have an error (but no output was produced) ans there is nothing niteresting in syslog.
If I change the attributes' names (street -> cstreet, postalCode -> cpostalCode for instance), all works fine.
I could keep my schema like that but it's not very beautiful.
Do you know what's happen ? I have seen some schema over the net which use 'street' and 'postalCode' and without problems. I'm a bit jalous :)
Thank you !