我想在我的浏览器中进行全球研究。我有 5 个文件夹,我希望这 5 个文件夹中存在所有解决方案。
有人有想法吗?
ctx = new InitialDirContext(env);
Attributes matchAttrs = new BasicAttributes(true); // ignore attribute name case
matchAttrs.put(new BasicAttribute("mail");
// Search for objects that have those matching attributes
NamingEnumeration<SearchResult> answer = ctx.search("DC=corp", matchAttrs);`enter code here`