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.
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