Closed alexantonica closed 3 years ago
You may need to bind as a certain principal in order to read all those attributes. Are you configuring a BindConnectionInitializer
?
You may need to bind as a certain principal in order to read all those attributes. Are you configuring a
BindConnectionInitializer
?
Hi @dfish3r thank you for the reply. Yes, i'm using the BindConnectionInitializer
with admin credentials
You may want to put the org.ldaptive.provider
package in TRACE to confirm what results are coming back from the directory.
If you could post the results of the same search using ldapsearch
to confirm which attributes are coming back, that would also be helpful.
Any update on this issue?
Sorry didn't have time to try what you suggested.Please give ma a couple more days.
Closing this for now. Feel free to reopen when you have time to investigate.
I'm trying to retrieve all user attributes regardless of them being populated or not in the AD. From what i can see it should return all of them ,which are around 50+ but i'm only getting around 20.
I'm using 1.2.4 version
Am i missing something?