Passwords in Open-Xchange: Difference between revisions
From Open-Xchange
(Created page with "{| border="1" cellpadding="3" cellspacing="0" !style="width:230px" align="left" |Password !style="width:230px" align="left" |Initialisation !style="width:230px" align="left" |Sto...") |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{| border="1" cellpadding="3" cellspacing="0" | {| border="1" cellpadding="3" cellspacing="0" | ||
! | !align="left" |Password | ||
! | !align="left" |Initialisation | ||
! | !align="left" |Storage | ||
! | !align="left" |Configuration | ||
|- | |- | ||
| Database (read/write for configdb and datadb's) | | Database (read/write for configdb and datadb's) | ||
| manually created in mysql or "initconfigdb -a" | | manually created in mysql or "initconfigdb -a" | ||
| mysql database "mysql" and in configdb | | mysql database "mysql" and in configdb | ||
| static configured for the config db in configdb.properties and within the configdb for the data dbs | | 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 | |||
|} | |} |
Latest revision as of 11:42, 27 November 2015
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 |