Examples: Inserting Profile Objects into a Profiles Container - 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ā„¢

Use the following syntax to create profile objects that represent Teradata Vantage profiles and insert them into the appropriate profiles container.

dn: cn=profile1,ou=profiles,ou=system1,ou=tdat,dc=domain,dc=com
objectClass: top
objectClass: groupOfNames
cn: profile1
member:  directory_user_dn 
-
dn: cn=profile2,ou=profiles,ou=system1,ou=tdat,dc=domain,dc=com
objectClass: top
objectClass: groupOfNames
cn: profile2
member:  directory_user_dn 
-

where:

  • The cn for each profile object must match the name of a Vantage profile.
  • At least one member attribute and associated value is required when the profile object is created.
  • member_dn is either:
    • The dn of the profiles container, if no individual members are known.
    • The dn of a user that is a member of the profile. You must use a separate member attribute for each profile member.
      member: uid=dirUser1,ou=principals,dc=domain,dc=com
      You must use a separate member attribute for each profile member