Discussion:
[Jxplorer-users] JXplorer Schema access problems with OpenLdap
c***@pegacat.com
2006-09-07 00:51:11 UTC
Permalink
Hi Andreas,

thanks for that! I'll post it to the user list in case anyone else has
the same problem :-)

cheers,

Chris
Hello Chris
access to dn.base=""
by * read
access to dn.base="cn=schema"
by * read
access to dn.base="cn=subschema"
by * read
so if anybody ask this again. This is it for OpenLDAP slapd.access
Thanks for your great work with JXplorer
Andy
Hi Andreas,
either a) change your 'dn.base' to = "cn=schema",
*or*
configure your server to publish the value "cn=subSchema" when the
'suchemaSubentry' attribute is queried from the root DN.
... this is really a server config problem; you might be better off
asking for exact details of how to do this from the open ldap folks :-).
Usually open ldap does the right thing by default though... so maybe
these access control rules are messing things up? Why do you need to
access control your schema anyway? This would usually be a bad idea...
:-)
cheers,
Chris
Hello Chris
I'm using a OpenLDAP server and I must admit, I'm not the LDAP expert.
Now I use this access line to grant JXplorer access to the schema's.
access to dn.base="cn=subSchema"
by dn="uid=admin,o=foo,c=CH" read
Loading...