1,126
edits
(Initial edit.) |
m (added ars.ini example.) |
||
| Line 39: | Line 39: | ||
=== Case sensitive passwords === | === Case sensitive passwords === | ||
By default, OnDemand uses case-insensitive passwords. Because of the way secure password storage is implemented in CMOD, when passwords are case-''in''sensitive, all passwords are converted to uppercase. Enabling 'case sensitive passwords' after users have already entered their password (possibly with lowercase letters) means that they won't be able to log in unless they enter their password in all uppercase letters. This applies to the contents of the [[arsload.cfg]] file as well. | By default, OnDemand uses case-insensitive passwords. Because of the way secure password storage is implemented in CMOD, when passwords are case-''in''sensitive, all passwords are converted to uppercase. Enabling 'case sensitive passwords' after users have already entered their password (possibly with lowercase letters) means that they won't be able to log in unless they enter their password in all uppercase letters. This applies to the contents of the [[arsload.cfg]] file as well. | ||
=== Verify your ars.ini configuration file === | |||
Ensure that the HOST parameter in the [[ars.ini]] configuration file is a ''fully-qualified'' domain name like '''cmod.yourcompany.com''' rather than just '''cmod'''. Using a short name or alias can manifest itself in strange errors like this. | |||
[@SRV@_ARCHIVE] | |||
HOST=ondemand.example.com | |||
PROTOCOL=2 | |||
PORT=1445 | |||
SRVR_INSTANCE=ARCHIVE | |||
SRVR_INSTANCE_OWNER=archive | |||
SRVR_OD_CFG=/usr/lpp/ars/config/ars.cfg | |||
SRVR_DB_CFG=/usr/lpp/ars/config/ars.dbfs | |||
SRVR_SM_CFG=/usr/lpp/ars/config/ars.cache | |||