아름프로의 Agile, DevOps, 그리고 일상 이야기

How can one add users to RAM server (in a non-LDAP installation) 본문

추억의 책장/IBM Rational

How can one add users to RAM server (in a non-LDAP installation)

아름프로 2007. 8. 1. 23:15
I was able to find how to add users to communities. How one can add new users to the RAM system when LDAP is not used (e.g. when you have a standalone install on laptop)?

1. You have to edit the users.props and groups.props file located in <RAM <br />install dir>/conf/security
and restart the server

2. Adding the user to the .props files will enable the container (WAS) to authenticate these users, in the case that the Flat Files authentication is used.

For RAM to register a user, it will need a formal uid (may or may not be the same as the id that is used to logon; loginid). and email address.

When LDAP is used, it retrive these from LDAP... if LDAP is not used, the user will have to login to RAM, and register using the UI.