The following examples show how to apply an option policy (has-policy or no-direct-connect) to an existing tdatUser object in the directory.
Specify the DN of a tdatUser object for:
- A user that logs on with the TD2 mechanism
- An LDAP user that is mapped to the tdatUser object.
Example using Teradata schema extensions:
dn: cn=has-policy,cn=options,cn=policy1, cn=tdatrootP,dc=domain1,dc=com changetype: modify add: member member: cn=xyz,cn=users,cn=system1,cn=tdatrootA,dc=domain1,dc=com
Example using native directory schema:
dn: cn=no-direct-connect,ou=options,ou=policy1, ou=tdatrootP,dc=domain1,dc=com changetype: modify add: member member: cn=xyz,ou=users,ou=system1,ou=tdatrootA,dc=domain1,dc=com