How do you disable the auto login feature?
Note: Passwords are not stored in the rps file, but are kept in the client and serverConnect.conf files. Therefore, you cannot completely by-pass these files for authentication unless you have the following setup:
- The clientConnect.conf file has an entry in the User Access section as follows:
*:*:<PROMPT>:<PROMPT> - Using this location as your base <IPBASEDIR>/smarts/bin run this command:
- ./sm_edit serverConnect.conf
- Comment the above entry as so:
- # *:*:<PROMPT>:<PROMPT>
- Restart the Domain.
NOTE: The username and password that you want to use should exist as an account on the OS that has SAM installed.
- Add the following line via dmctl:
dmctl -s <SAM> create ICS_User::ICS-User-<usrname>
Where <usrname> is the same user name as the one on the OS account in step 3 above. - Start a SAM console and open the Global Manager Administration Console. In the Users section, select the new user account and enable it via the GUI.