Skip to main content

Problem:

  • Product Name: BES-AppServer
  • Product Version: 5.2.1
  • Product Component: Security
  • Platform/OS Version: All
  • JDK/Compiler Version: 1.3.1 and 1.4.1

How to specify users with read only privilages on the console?

Resolution:

The "AdministratorViewers" is designed to allow users to log into BES via the console but not permit them do any task on a server.

Edit file "adm/security/management.rolemap" and add a user to "AdministratorViewers", "ServerProcess":


### Example rolemap adds jeeves as a read only user
#
# Map user identities to the administration roles.
#
AdministratorUpdaters {
*(CN=admin,REALM=ServerRealm)

}
AdministratorViewers {
role=AdministratorUpdaters
*(CN=jeeves,REALM=ServerRealm)

}
ServerProcess {
*(CN=admin, REALM=ServerRealm)
* (CN=jeeves, REALM=ServerRealm)
}

 


#VisiBroker
#Security
#rolemap
#AppServer
#Console