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

Teradata® Business Continuity Manager User Guide - 2.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
2.00
Published
August 2024
ft:locale
en-US
ft:lastEdition
2025-01-31
dita:mapPath
sko1694443904278.ditamap
dita:ditavalPath
ft:empty
dita:id
otc1639627713801
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)