-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to search entry by operational attribute (PrimaryGroupToken)? #152
Comments
If the searchForEntry method is returning null, then that means that the search succeeded, but didn't return any entries. The most likely reason for that is:
While I suppose that it's not out of the realm of possibility that the LDAP SDK is sending a request that is somehow different from what you intended, or that it's somehow mishandling the results, I think that it's overwhelmingly unlikely that this is a problem with the LDAP SDK, and instead is an issue with the search that you're performing. Unless you have reason to suspect a problem in the LDAP SDK, questions like this are much more appropriate for Microsoft, who make Active Directory and are much more familiar with its behaviors and eccentricities, than it is for a forum that is specific to the UnboundID LDAP SDK for Java. |
Thank you foe your response. Could you give me a hint what is more suitable place for such questions ? |
I have following snippet
primaryGroupToken
equals 550 after executionThen I want to find the same entry by PrimaryGroupToken
but it returns null. Is there way to find entry by
PrimaryGroupToken
?The text was updated successfully, but these errors were encountered: