検索クエリーを入力してください
<book_title> を検索 ...
セキュリティ管理者向け NetBackup Web UI
Last Published:
2019-06-28
Product(s):
NetBackup (8.2)
Platform: Linux,Windows,UNIX
ユーザークレデンシャルが有効ではない
vssat addldapdomain を使用して LDAP ドメインを追加したときにユーザークレデンシャルが有効ではなかった場合、nbatd ログには次のエラーが記録されます。
CAuthLDAP::validatePrpl - ldap_simple_bind_s() failed for user 'CN=Test User,OU=VRTSUsers,DC=VRTS,DC=com', error = 49, errmsg = Invalid credentials,9:debugmsgs,1
次のコマンドを実行して、管理者ユーザーの DN とパスワードを検証します。
ldapsearch -H <LDAP_URI> -D "<admin_user_DN>" -w <passwd> -d <debug_level> -o nettimeout=<seconds>
メッセージの例:
ldapsearch -H ldap://example.veritas.com:389 -D "CN=Test User,OU=VRTSUsers,DC=VRTS,DC=com" -w ******** -d 5 - o nettimeout=60 ldap_bind: Invalid credentials (49)