Installing Schema Extensions on OpenLDAP - Analytics Database - Teradata Vantage

Security Administration

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
Product Category
Teradata Vantageā„¢
  1. On the Teradata Vantage server, navigate to TDGSS/etc and copy the tdat.openldap.schema, and if required, the ipfilter.openldap.schema files.
  2. Using vi or other text editor, copy the files into the OpenLDAP schema directory, usually located at /etc/openldap/schema, as follows:
    Details of the following include command are based on OpenLdap running on SUSE Linux Enterprise Server 10. Refer to OpenLdap documentation for use of this procedure when OpenLdap runs on other operating systems.
    vi /etc/openldap/slapd.conf
    include /etc/openldap/schema/tdat.openldap.schema
    include /etc/openldap/schema/ipfilter.openldap.schema
    include /etc/openldap/schema/policy.openldap.schema
    You only need to include the schema extensions you plan to use.
  3. Restart the OpenLDAP server slapd daemon:
    /etc/init.d/ldap restart

    or

    /etc/init.d/ldap stop
    /etc/init.d/ldap start
  4. Repeat steps 2 and 3 for each server replica that exists.
    Do not add any Teradata objects to the directory until you install copies of the Teradata schema extensions on all servers, and perform the required restart, or the replication of Teradata objects may fail.