Home
Enable access to the administration server using the htpasswd utility
The administration server is installed with authentication enabled.
Use htpasswd to create and update the files that store user names and passwords for basic authentication.
cd IHS_HOME/bin
./htpasswd -cm /path/to/conf/admin.passwd [login name]The password file is referenced in admin.conf with the AuthUserFile directive.