Examples: Inserting Role Objects into a Roles 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
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ā„¢

Use the following syntax to create role objects that represent Teradata Vantage external roles and insert them into the appropriate roles container.

dn: cn=adminrole,ou=roles,ou=system1,ou=tdat,dc=domain,dc=com
objectClass: top
objectClass: groupOfNames
cn: adminrole
member:  group_dn 
-
cn=userrole,ou=roles,ou=system1,ou=tdat,dc=domain,dc=com
objectClass: top
objectClass: groupOfNames
cn: userrole
member:  group_dn 
-

The cn for each role object must match the name of a Vantage external role.

At least one member attribute and associated value is required when the role object is created.

group_dn is either:
  • The dn of the roles container, if no individual role members are known
  • The dn of a directory group that you want to map to the role, for example:
    member: cn=administrators,ou=groups,dc=domain,dc=com