Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
LDAP のすべてのエントリ内で属性を検索できることを知っています。検索後、その属性を含むすべてのエントリからその属性を削除したいと考えています。 これを行う 1 つの方法は、すべてのエントリを繰り返し処理し、各エントリで呼び出すことDirContext.modifyAttributes(name, mods)です。ワンショットですべてのエントリから削除できるなど、これを行う簡単な方法があるかどうか知りたいです。
DirContext.modifyAttributes(name, mods)
前もって感謝します。