User guide

Setting the User Authentication
3-5
Setting the User Authentication
User authentication is set according to the following procedures.
1. Registering a user password
2. Editing the environment definition file
Note
When the online collation function is in use user authentication cannot be used.
Registering a User Password
Register a password for users to whom access permission is to be provided in the password file, by
executing the htpasswd command after the command prompt.
Example
To create a new password file 'C:\Interstage\F3FMihs\conf\password.txt' and register a password for
user 'user1':
C:\Interstage\bin\htpasswd -c C:\Interstage\F3FMihs\conf\password.txt user1
Example
To create a new password file '/opt/FJSVihs/conf/password.txt' and register a password for user 'user1':
/opt/FJSVihs/bin/htpasswd -c /opt/FJSVihs/conf/password.txt user1
Notes
To register the second and later users or to change a user password already registered, the -c
option does not need to be specified for the htpasswd command.
To delete a user password, edit the password file using a text editor. In the password file, the user
names and passwords are coded in the format shown below on a text editor. To delete the user
password of 'user2,' delete the entire line of 'user2'.
user1:$apr1$SR3.....$4aQAE2EU9NZTtbkxMEOa4/
user2:$apr1$DS3.....$tEb4EYLhraAc1p2wIygTV/