Symantec IGA

  • 1.  create etautil script for bulk synchronization with account templates for an endpoint

    Posted Sep 15, 2016 04:00 PM

    i tried to create a script with eatutil but need to know if below command works as 'synchronization with account templates'

     

    etautil -d im -u useradmin -p pwd UPDATE 'eTDYNAccountName=PKLMN,eTDYNAccountContainerName=Accounts,eTDYNDirectoryName=Oracle_Endpoint,eTNamespaceName=Oracle_Endpoint_Type,dc=im'

     

    or we need to add any attribute after update command.



  • 2.  Re: create etautil script for bulk synchronization with account templates for an endpoint

    Broadcom Employee
    Posted Sep 16, 2016 02:04 AM

    Hi Bala,

     

    Following should help:

     

    1) Synchronize accounts with account templates:

    update 'eTGlobalUserContainerName=Global Users,eTNamespaceName=CommonObjects' eTGlobalUser globalusername= to eTSyncDelete=1;

     

     

     

    Thank you,

     

    Best regards,

    Sumeet



  • 3.  Re: create etautil script for bulk synchronization with account templates for an endpoint
    Best Answer

    Posted Sep 16, 2016 08:30 AM

    If you want to "Sync User With Roles" in order to add any missing accounts or account templates to the accounts then the flag is eTSyncUsers=1

     

    If you want to "Sync User With Roles" in order to delete any extra accounts then the flag is eTSyncDelete=1

     

    But if you want to "Sync Accounts With Templates" as the original posted asked then the flag is eTSyncAccounts=1



  • 4.  Re: create etautil script for bulk synchronization with account templates for an endpoint

    Posted Sep 26, 2016 03:37 PM

    Thank you Guys.I'm able to create the script.