thx,
but I already went through the whole mess of figuring that out:
This is used in the BO for the DISCOVER ATTRIBUTES button:
OU=US,DC=acme,DC=com
it successfully connects and reads in the attributes. (shown in pic above)
I created a new BO named LDAPServer.
I'm not messing with the Login options yet - just trying to Query the LDAP object.
I get the following errors that change based on values in the PARENT NODE field:
if I have no PARENT NODE defined in the LDAP BO:
Exception thrown com.bas.connectionserver.server.D Internal error. No Such Object
com.bas.connectionserver.server.D: Internal error. No Such Object
if PARENT NODE = DC=acme,DC=com
Exception thrown com.bas.connectionserver.server.D Internal error. Referral
com.bas.connectionserver.server.D: Internal error. Referral
LDAPReferralException: Referral: ldap://com/DC=com
if PARENT NODE = OU=US,DC=acme,DC=com
Exception thrown com.bas.connectionserver.server.D Internal error. Sizelimit Exceeded
com.bas.connectionserver.server.D: Internal error. Sizelimit Exceeded
if PARENT NODE = OU=US
Exception thrown com.bas.connectionserver.server.D Internal error. Operations Error
com.bas.connectionserver.server.D: Internal error. Operations Error
CN=NC-CHARLOTTE,OU=DistributionList,OU=Accounts,OU=Akron,OU=Ohio,OU=US,DC=acme,DC=com
this worked, and returned 1 only row
What finally got it working was:
OU=Accounts,OU=Akron,OU=Ohio,OU=US,DC=acme,DC=com
Just now I was browsing through 761 LDAP records and the server has locked up - pegged CPU 100% for more than 5 mins.
Sorting on columns in a Query on LDAPServer doesn't work.
Filtering on the "distinguished Name" field, or "Object Category" field doesn't work.
Filtering on "name" field works.