Examples: Inserting Profile Objects into a Profiles Container - 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
ft:locale
en-US
ft:lastEdition
2024-04-05
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
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 
-

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.

directory_user_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