2021-02-12から1日間の記事一覧

pythonからldap

*pythonからldappythonからldap問い合わせ。 pipでldap3をインストール # pip3 install ldap3 使い方 通常通りimportして検索。検索結果は標準出力にでるわけじゃないみたい。 $ python >>> from ldap3 import Server,Connection,ALL,NTLM,SUBTREE #サーバを…