Symantec IGA

 View Only
  • 1.  How to connect Account Template to Account Container Using Etautil?

    Posted Dec 26, 2019 06:35 AM
    First i created Account Template in etautil using this command

    add 'eTADSPolicyContainerName=Active Directory Policies,eTNamespaceName=CommonObjects' eTADSPolicy eTADSPolicyName='AAA - Account Template' eTADSAccountName='%UN%' eTADSobjectClass='user' eTADSdisplayName='%UN%' eTADSsAMAccountName='%AC%' eTADSuserPrincipalName='%AC%';

    Second, i created provisioning role and attach it to Account Template i just created

    <ImsRole name="AAA - Provisioning Role" roletype="PROVISIONING" assignable="true" adminassignable="false" enabled="true" allowduplicatecustom="false"> <AdminPolicy assignable="true" adminassignable="true"> <imsrule:MemberRule><All/></imsrule:MemberRule> <imsscope:ScopeRule object="USER" purpose="*"><All/></imsscope:ScopeRule> </AdminPolicy> <OwnerPolicy> <imsrule:MemberRule><RoleMember><AdminRole name="System Manager"/></RoleMember></imsrule:MemberRule> </OwnerPolicy> <AccountTemplate name="AAA - Account Template" endpointType="ActiveDirectory"/> </ImsRole>

    Third, i connect the Account Template i created to Endpoints

    add 'eTADSPolicyContainerName=Active Directory Policies,eTNamespaceName=CommonObjects' eTADSPolicy eTADSPolicyName='AAA - Account Template' in 'eTNamespaceName=ActiveDirectory,dc=im' eTADSDirectory eTADSDirectoryName='AD_Supporting_2008';

    Now i'm stuck at the fourth and last step. Connecting the Account Template to the Account Container i want because i don't know the command to do it.

    Can anyone tell me the etautil command to connect account template to account container? Thank you for your help


  • 2.  RE: How to connect Account Template to Account Container Using Etautil?
    Best Answer

    Broadcom Employee
    Posted Dec 26, 2019 10:48 AM
    To find the correct etautil command, increase Provisioning Server logging to level 7 and perform the task from the Prov Mgr. GUI, then check the log to get the correct commands.

    ------------------------------
    Perhaps there are others in the communities who have experience in doing this and we invite them to comment here also.

    Another option may be to reach out to our partner HCL Technologies to see in what way they can assist further. The Enterprise Studio team of HCL can be reached at enterprisestudio@hcl.com. https://www.hcltech.com/enterprise-studio
    ------------------------------



  • 3.  RE: How to connect Account Template to Account Container Using Etautil?

    Posted Dec 27, 2019 03:04 AM
    How to increase Provisioning Server logging to level 7?