Mantis - Resin
Viewing Issue Advanced Details
2316 minor always 01-11-08 15:02 01-23-08 10:10
sam  
ferg  
normal  
closed 3.1.4  
fixed  
none    
none 3.1.5  
0002316: add <password> at <resin> level
<resin>
  <password>MD5HASH==</password>

Is the default for watchdog-password, jmx-service/password, resin-admin/password

If it is an M5DHASH, then it is a password for the /resin-admin as discussed in 0002315

Regardless of whether or not it is an MD5 hash, it can be used as the token for server-server communication.

Notes
(0002665)
ferg   
01-23-08 10:10   
The syntax is:

  <resin xmlns="http://caucho.com/ns/resin"> [^]
    <management path="admin">
        <user name="my-name" password="MD5HASH=="/>
        ...
     </management>

The management tag sets up a default authenticator at the Resin level.

See http://caucho.com/resin/doc/resin-security.xtp [^]