Difference between revisions of "User Role Manager"

From MircWiki
Jump to navigation Jump to search
Line 22: Line 22:
 
In sites running the Smart Memory Realm (all sites after MIRC release T28), the changes become effective within one minute.
 
In sites running the Smart Memory Realm (all sites after MIRC release T28), the changes become effective within one minute.
  
Parenthetical note to avoid confusion: When Tomcat is installed, it comes with several users (e.g. <b>manager</b>) and roles (e.g. <b>role1</b>) in the tomcat-users.xml file. They are examples to demonstrate the use of the Manager webapp. You can delete them, if you want, using the URM. If you aren't sure whether MIRC needs a role, it doesn't hurt to leave it in place.
+
Parenthetical note to avoid confusion: When Tomcat is installed, it comes with several users (e.g. <b>manager</b>) and roles (e.g. <b>role1</b>) in the tomcat-users.xml file. They are examples to demonstrate the use of the Manager webapp. You can delete them using the URM. If you aren't sure whether MIRC needs a role, it doesn't hurt to leave it in place.

Revision as of 12:06, 21 May 2008

The User Role Manager is an administrative tool for creating user accounts and assigning administrative roles without having to edit the Tomcat/conf/tomcat-users.xml file directly. The intended audience for this article is MIRC system administrators.

To access the URM, log in as an administrator and click the User Role Manager item in the Admin menu on the query page. The URM page looks like this:

Error creating thumbnail: Unable to save thumbnail to destination
  • The left column is the username.
  • The right column is the user's password.
  • The users listed are those that are currently in the tomcat-users.xml file.
  • The roles listed are the administrative roles that are possessed by a current user or ones that appear in the entity definitions in the web.xml files of any of the storage services on the server. Administrative roles are those that confer access privileges to servlets on the system. They are distinguished from the roles that define groups in that administrative roles can only be granted by administrators while groups can be created by users.

Users are listed in alphabetical order, so when you add one, it will not necessarily appear at the bottom of the listing after you click the Update button.

When the URM receives a post of the form, it updates the tomcat-users.xml file.

  • Any user with no assigned roles is deleted from the list.
  • Any line with a blank username is not processed.

When you create a user, make sure to assign the user at least one role by clicking a checkbox in the row with the user’s name and password; otherwise, when you click Update, the addition will not be processed. You can add one user per click of the Update button.

In sites running the Smart Memory Realm (all sites after MIRC release T28), the changes become effective within one minute.

Parenthetical note to avoid confusion: When Tomcat is installed, it comes with several users (e.g. manager) and roles (e.g. role1) in the tomcat-users.xml file. They are examples to demonstrate the use of the Manager webapp. You can delete them using the URM. If you aren't sure whether MIRC needs a role, it doesn't hurt to leave it in place.