Bugs item #2876391, was opened at 2009-10-11 11:23
Message generated for change (Comment added) made by pegacat
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=2876391&group_id=55394

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: v1.0 (example)
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: Daniel Leite (higuita)
Assigned to: Nobody/Anonymous (nobody)
Summary: not listing all entries- external referrals?

Initial Comment:
Hi

after connection to our AD server, jxplorer gives one error saying :

search partially failed! - only 28 entries returned

with this stack:

javax.naming.PartialResultException: Unprocessed Continuation Reference(s); 
remaining name 'DC=porto,DC=pt'
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
        at com.sun.jndi.ldap.LdapNamingEnumeration.getNextBatch(Unknown Source)
        at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(Unknown Source)
        at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(Unknown Source)
        at com.ca.commons.naming.DXOps.postParseNameClassPairs(DXOps.java:204)
        at com.ca.commons.naming.DXOps.rawSearchOneLevel(DXOps.java:313)
        at com.ca.commons.jndi.JNDIOps.list(JNDIOps.java:837)
        at 
com.ca.directory.jxplorer.broker.JNDIBroker.unthreadedList(JNDIBroker.java:684)
        at com.ca.directory.jxplorer.broker.Broker.doListQuery(Broker.java:388)
        at 
com.ca.directory.jxplorer.broker.Broker.processRequest(Broker.java:202)
        at 
com.ca.directory.jxplorer.broker.JNDIBroker.processRequest(JNDIBroker.java:362)
        at com.ca.directory.jxplorer.broker.Broker.processQueue(Broker.java:158)
        at 
com.ca.directory.jxplorer.broker.JNDIBroker.processQueue(JNDIBroker.java:829)
        at com.ca.directory.jxplorer.broker.Broker.run(Broker.java:124)
        at java.lang.Thread.run(Unknown Source)


i can view the missing entries with the old LDAP Browser by Gawor and they are 
3:

DC=ForestDnsZones
DC=DomainDnsZones
CN=Configuration

all 3 have next to then referrals to other ldap servers (their DNS is the same 
as the AD server), they seens to be links to other servers

is this a bug or there is a hiddent option to support this?

thanks
higuita


----------------------------------------------------------------------

>Comment By: Christopher Betts (pegacat)
Date: 2009-10-11 22:36

Message:
Hi Higuita,

   I *think* you just need to change the referral handling?  IN the config
file, change;


#option.ldap.referral  this is a jdni variable determinning how referrals
are handled\: 'ignore','follow' or 'throw'
option.ldap.referral=ignore

from 'ignore' to 'follow', and see if that does what you want...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=2876391&group_id=55394

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jxplorer-devel mailing list
Jxplorer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to