Passwords in Open-Xchange
From Open-Xchange
Password | Initialisation | Storage | Configuration |
---|---|---|---|
Database (read/write for configdb and datadb's) | manually created in mysql or "initconfigdb -a" | mysql database "mysql" and in configdb | static configured for the config db in configdb.properties and within the configdb for the data dbs (stored with register/changedatabase) |
RMI access for "configdb" tasks (context, and all register task) | generatempasswd | /opt/open-xchange/etc/mpasswd | AdminDeamon.properties MASTER_AUTHENTICATION_DISABLED |
RMI Context level access (user, resource, group management tasks) | Creds for the user that gets created along with the context creation | depends on the auth plugin, if database authentication is in use: database | AdminDeamon.properties CONTEXT_AUTHENTICATION_DISABLED |