Installation Manual

Managing Security376
<ssl>false</ssl>
<ShadowPassword>false</ShadowPassword>
<CaseSensitiveUserName>false</CaseSensitiveUserName>
<!-- multiple DN entries are allowed, they will be tried one at a time -->
<DN>CN=$NAME$,OU=Engineering,DC=mycompanyname,OU=US,DC=COM
</DN>
<!-- provide FullNameAttribute and EmailAttribute if full name and email
attribute
are to be synchronized between LDAP and the database -->
<FullNameAttribute>displayName</FullNameAttribute>
<EmailAttribute>mail</EmailAttribute>
</LDAP>
</LoginHandler>
When you are done with your changes, the login-handler.xml file, may resemble the
following:
<LoginHandler>
<AdminAccountName>Administrator</AdminAccountName>
<LoginHandlerClass>
com.appiq.security.server.LdapLoginHandler
</LoginHandlerClass>
<LoginHandlerType>LDAP</LoginHandlerType>
<LDAP>
<Server port="389">IP address of LDAP server</Server>
<ssl>false</ssl>
<ShadowPassword>false</ShadowPassword>
<CaseSensitiveUserName>false</CaseSensitiveUserName>
<DN>CN=$NAME$,OU=Engineering,DC=HP,OU=US,DC=COM</DN>
<FullNameAttribute>displayName</FullNameAttribute>
<EmailAttribute>mail</EmailAttribute>
</LDAP>
</LoginHandler>
Step 2 — Restart the AppStorManager Service and Login as the Designated
Admin Account
In this section, you will restart the AppStorManager service and login as the designated Admin
account.
1. After you modify the login-handler.xml file, you must restart the AppStorManager service,
which is the service for the management server for your changes to take effect.
IMPORTANT: The service must be running for users to access the management server.
On Microsoft Windows:
a. Go to the Services window, usually accessible from the Control Panel.
b. Right-click AppStorManager.
c. Select Stop from the menu.
d. To start the management server, right-click AppStorManager and select Start from the menu.
On UNIX systems:
a. Open a command prompt window.