How to delete an Account Template (Active Directory) using etautil command?
search cancel

How to delete an Account Template (Active Directory) using etautil command?

book

Article ID: 374437

calendar_today

Updated On:

Products

CA Identity Suite CA Identity Manager

Issue/Introduction

How to delete a Active Directory Account Template using etautil command?

Environment

Identity Manager 14.x

Resolution

etautil -u etaadmin -p PasswordEtaadmin delete 'eTADSPolicyContainerName=Active Directory Policies,eTNamespaceName=CommonObjects,dc=im,dc=eta' eTADSPolicy eTADSPolicyName=NameOfAccountTemplate

 

Where:

PasswordEtaadmin = password of etaadmin or any other user with create permission.

NameOfAccountTemplatename of the account template you want to delete.

 

If you are running in a Virtual Appliance environment, before running the command above, change to imps user by running the command "su - imps"