Hi Wabi, 

   It's a little complex, as servers are sometimes a bit patchy following 
the ldap standards. The first thing JXplorer does is try to read the 
'subschemaSubentry' attribute from the root entry of the directory.  Usually 
this resolves to be 'cn=schema', but if JX can't find a subschemaSubentry it 
will then default to 'cn=schema' anyway, as this is sort of the defacto 
standard. 

   All the magic is in the java class 'SchemaOps.java' - 
http://jxplorer.cvs.sourceforge.net/jxplorer/javasrc/com/ca/commons/jndi/Sch 
emaOps.java?view=markup

   ... However from what you've said below, your server looks like it is 
using a schema root of 'cn=subSchema', which is perfectly valid, so long as 
it is correctly advertising it in the 'subschemaSubentry' attribute of the 
root entry? 

   Other possibilities are to try to change your schema entry from 
cn=subschema to cn=schema, or if the subschemaSubentry attribute is set 
correctly there may be a bug in JXplorer, in which case let me know and I'll 
try to fix it... there were problems a few years ago in recognising the sub 
schema sub entry... 

   cheers! 

     - Chris 

> 
> Message body follows: 
> 
> Hello 
> 
> I really like JXplorer. Thanks for the great work. Now I've
> run into a problem with a server of mine concerning access
> rights. Somehow JXplorer can't list the Schema's. I've
> checked from the command line with
> ldapsearch -LLL -x -W -D "uid=admin*****" -h localhost -b
> "cn=subSchema" -s base "objectClass=subschema" "matchingRules" 
> 
> and I could read the schema's. So what request does JXplorer
> exactly send to request the schema's? 
> 
> I use the newest beta and other servers that don't have
> access rights work well so it is on my side but I need to
> know the exact query for debugging. 
> 
> Thanks
> wabi 
> 
> --
> This message has been sent to you, a registered SourceForge.net user,
> by another site user, through the SourceForge.net site.  This message
> has been delivered to your SourceForge.net mail alias.  You may reply
> to this message using the "Reply" feature of your email client, or
> using the messaging facility of SourceForge.net at:
> https://sourceforge.net/sendmessage.php?touser=837467 
> 
 


 ---------------------------------------
Dr Christopher Betts
Melbourne, Australia
pegacat.com 

Wer mit Ungeheuern k�mpft, mag zusehn,
dass er nicht dabei zum Ungeheuer wird.
                           - Nietzsche 

(Who fights Monsters must beware,
     lest in doing so they become one)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jxplorer-devel mailing list
Jxplorer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to