Installing Schema Extensions on OpenLDAP - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
ied1556235912841.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1100
lifecycle
previous
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 file(s) into the OpenLDAP schema directory, usually located at /etc/openldap/schema, as follows:
    Details of the include command shown below 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.