Authenticate Admin Users with LDAP | Teradata Business Continuity Manager - Authenticating Admin Users with LDAP - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide

Product
Teradata Business Continuity Manager
Release Number
1.0
Published
January 2022
Language
English (United States)
Last Update
2022-01-27
dita:mapPath
otc1639627713801.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
lifecycle
previous
Product Category
Analytical Ecosystem

Optionally, you can configure Business Continuity Manager to authenticate bcmadmin users using an LDAP server. Users can be configured in an Admin or Readonly role. Users with the Readonly role cannot change any configuration, system, or object state within Business Continuity Manager.

  1. Enable LDAP authentication by setting the configuration setting LDAPServerURI.
    bcmadmin> config update LDAPServerURI ldap://server.domain.com:389/ REASON 'ldap config';
    Configure this setting only once.
  2. Add the user using the ADMIN ADD command, use LDAP for the password.
    bcmadmin> admin add username 'First, Last' LDAP readonly;
    Successfully added the administrator 'username' (role readonly)