Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Manju Tcs   on Jun 16 In Java Category.

  
Question Answered By: Midissia Lopez   on Jun 16

I should say about filtering in directories  briefly,
they use Polish(prefix) algorithm to filter  their
data. for example if you want to find  a person with
this DN: cn=button, o=x.org
(it is a serialazable object)or ou=developers, o=x.org
you have to write:

...

Name compoundName = parser.parse("");
String filter = "(|(ou=dev*)(cn=button))";

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on connection to Active directory from Java Or get search suggestion and latest updates.


Tagged: