De : S.M.A [mailto:[EMAIL PROTECTED]] > > Hi, > > Thanks a million for the jetspeed LDAP implementation. I could easily > add a thousand times more of those thanks if somebody could > point me in > the right direction. I checkout the latest build from the cvs, build > the war and installed jetspeed successfully. I was trying to follow > I have included jetspeed.schema in my slapd.conf . However > when I start > up openldap, I get the following error condition > > /usr/local/etc/openldap/schema/jetspeed.schema: line 5: AttributeType > inappropriate matching rule: "caseIgnoreIA5Match" >
It's the name of standard matching rule as defined by RFC2252 and it should be defined by your openLDAP 2.x server (maybe you should upgrade your version if you're running openLDAP 1.x). If you don't want to upgrade your server, try changing caseIgnoreIA5Match to caseIgnoreMatch which should be supported by all servers. -- Rapha�l Luta - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
