Handle exceeding limit entries using Net::LDAP

過去に別の場所で英語で投稿した内容の再掲です。
Acitve Directory側がLDAPSEARCHの結果の最大値を1000に設定していた場合に、PERLでうまいこと全件持ってくるためのスクリプトの一部です。

Active Directory (AD) has server side limit of 1,000 on ldapsearch.
On command line, options can be used to handle with more than 1,000 entries like:

How can this be done using Net::LDAP, was my question.
And this is my work around.

I referred to CPAN Net::LDAP::Control::Paged.

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です