Hi all,
implementing the LDAP schema using openLDAP 2.1.12
and after adding the jetspeed.schema, openldap complains about the about
the matching syntax of the usergrouprole attribute
/usr/local/etc/openldap/schema/jetspeed.schema: line 37: AttributeType
inappropriate matching rule: "caseIgnoreIA5Match"
I changed the SYNTAX on line 36 in the jetspeed.schema to
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
and openldap is fine....
existing attribute
attributetype ( 1.3.6.1.4.1.7915.1.2.3.8 NAME 'usergrouprole'
DESC 'User Group Role'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
fixed attribute
attributetype ( 1.3.6.1.4.1.7915.1.2.3.8 NAME 'usergrouprole'
DESC 'User Group Role'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
also line 18 has small typo
DESC 'role rigth'
prob should be
DESC 'role right'
attached jetspeed.schema reflects these changes...
if someone could verify and commit to the repository.....
<<jetspeed.schema>>
Thanks
Dan T
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]