Difference between revisions of "Passwords in 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...")
 
Line 1: Line 1:
 
{| border="1" cellpadding="3" cellspacing="0"
 
{| border="1" cellpadding="3" cellspacing="0"
!style="width:230px" align="left" |Password
+
!align="left" |Password
!style="width:230px" align="left" |Initialisation
+
!align="left" |Initialisation
!style="width:230px" align="left" |Storage
+
!align="left" |Storage
!style="width:230px" align="left" |Configuration
+
!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/admindeamon/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
 
|}
 
|}

Revision as of 12:23, 22 February 2011

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/admindeamon/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