I want to fire below command through Spring LDAP.(Mainly concern about -s base -a always). How can i do that?
I don't want to fire as ldap.search("", somefilter) just connect with LDAP and fire...
Type: Posts; User: CrackJack; Keyword(s):
I want to fire below command through Spring LDAP.(Mainly concern about -s base -a always). How can i do that?
I don't want to fire as ldap.search("", somefilter) just connect with LDAP and fire...
I want to fetch all MemberURL while fetching DN but when I search with LDAP template it just provide MemeberURL link but not all correspond members.
SearchControls controls = new...
1) I am not able to search nodes which has objectClass=Alias. How can i search Alias ObjectClass nodes?
SearchControls controls = new SearchControls();
...