Automating the creation of Authentication instances in Sun Java ES Access Manager
I have provided couple of XML templates to create each authentication instance. These XML templates has certain tagged variables that are required to be repalced with proper values that are specific to your deployment.
for example in the LDAP auth isntance template you need to replace the following tags
LDAP_SERVER:LDAP_PORT to some thing like ldapserver.example.com:389 USER_BASE_DN ==> dc=example,dc=com AM_LDAP_USER ==> a valid DN that has search permission to the user entries AM_LDAP_USER_PASSWD ==> passwd for the above user in plain text LDAPS_TRUE ==> true if you are using ldaps otherwise falseyou can download and customize the remaining templates based on your requirements
AddADAuthInstance.xml AddAnonymousAuthInstance.xml AddAuthHTTPBasic.xml AddAuthJDBC.xml AddAuthMembership.xml AddAuthMSISDN.xml AddAuthNT.xml AddAuthRadius.xml AddAuthSafeWord.xml AddAuthSecurID.xml AddAuthUnix.xml AddAuthWindowsDesktopSSO.xml AddLDAPAuthInstance.xml
you got to be using
amadmin -u amadmin -w passwd -t template-xml-file