LoginSignup
0
0

More than 3 years have passed since last update.

Apache LDAP StudioのLDAP result code 49 invalidCredentialsエラーの対処法

Posted at

コネクション作成時にエラー発生

@ITのサイトのような感じで、Apache LDAP StudioのLDAPサーバへの接続を作成をしようとした所、「The authentication failed [LDAP result code 49 invalidCredentials]」エラーが発生した。
スクリーンショット 2021-03-21 15.50.16.png

対処法

環境構築:LDAPサーバのサイトに紹介されているLDAPの構築 その1(インストール、初期設定)を参照。

Invalid Credentials(無効な資格情報)エラーは認証パラメータ情報の間違えで発生するエラーのため、slapcatコマンドで設定値を確認することができる。

slapcatdn:以降の情報を認証パラメータのBindDn or userに入力。
スクリーンショット 2021-03-21 16.00.47.png
そうするとエラーは解消され、認証が成功する。
スクリーンショット 2021-03-21 16.02.25.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0