I need have to add an inclusion between Unix v2 Account and a Global User, i.e. I need to correlate existing Unix v2 account to existing Global user.
Is there a way to do it using ETAUTIL tool?
Release : 14.x
Component : CA IDENTITY SUITE (VIRTUAL APPLIANCE)
Yes, it is possible to use etautil command line tool to create an inclusion between existing global user and existing account on endpoint.
Use following command:
etautil -d <domain> -u <username> -p <password> -DYN add "eTDYNAccountContainerName=Accounts,eTDYNDirectoryName=<endpoint name>,eTNamespaceName=UNIX v2" eTDYNAccount eTDYNAccountName=<Unix account name> in "eTGlobalUserContainerName=Global Users,eTNamespaceName=CommonObjects" eTGlobalUser eTGlobalUserName=<global user name>
In case of endpoints, which use DYN architecture, like Unix v2 endpoint, '-DYN' parameter must be present to instruct etautil to use DYN schema.
If the default 'im' provisioning domain is used in your provisioning system, '-d <domain>' parameter may be omitted.