Hi,

I finally resolved my user login issue by utilizing access control 
correctly.  However, now, when users log in, they don't have access to 
the schema (nothing loaded when they click on Schema tab).

In my slapd.conf access control, I have:

access to dn="cn=Subschema" by * read
access to dn.subtree="cn=Subschema" by * read

I can access this Subschema as a user locally with this command:

ldapsearch -H "ldap://example.com"; -D 
'cn=Ron,ou=Zimbra,dc=example,dc=com' -x -W -b "cn=Subschema" -s base 
"objectclass=Subschema"

However, when I click on the "Schema" tab in JXplorer, I get nothing.  
When I am logged in as rootdn, however, I get the schema.

So, I guess my question is either:
a) what is the search used for this Schema tab, or
b) what do you recommend that I enter into my access control list to 
allow my users to be able to read the server schema when logged into 
JXplorer?

Thanks!

-ron

-- 
Ron Parker
Software Creations               http://www.scbbs.com
Self-Administration Web Site     http://saw.scbbs.com
SDSS Subscription Mgmt Service   http://sdss.scbbs.com
Central Ave Dance Ensemble       http://www.centralavedance.com
R & B Salsa                      http://www.randbsalsa.com


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jxplorer-users mailing list
Jxplorer-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-users

Reply via email to