Alternc  latest
Alternc logiel libre pour l'hébergement
roundcube.password.config.inc.php File Reference

Go to the source code of this file.

Variables

 $config ['password_driver'] = 'sql'
 
 $config ['password_confirm_current'] = true
 
 $config ['password_minimum_length'] = 8
 
 $config ['password_require_nonalpha'] = true
 
 $config ['password_log'] = true
 
 $config ['password_login_exceptions'] = null
 
 $config ['password_hosts'] = null
 
 $config ['password_force_save'] = false
 
 $config ['password_force_new_user'] = false
 
 $config ['password_db_dsn'] = 'mysql://%%roundcube-login%%:%%roundcube-password%%@%%dbhost%%/%%dbname%%'
 
 $config ['password_query'] = 'UPDATE address a LEFT JOIN domaines d ON d.id=a.domain_id SET a.password=%c WHERE d.domaine=%d AND address=%l'
 
 $config ['password_crypt_hash'] = 'md5'
 
 $config ['password_idn_ascii'] = false
 
 $config ['password_dovecotpw_method'] = 'CRAM-MD5'
 
 $config ['password_dovecotpw_with_method'] = false
 
 $config ['password_hash_algorithm'] = 'sha1'
 
 $config ['password_hash_base64'] = false
 
 $config ['password_blowfish_cost'] = 12
 
 $config ['password_pop_host'] = 'localhost'
 
 $config ['password_pop_port'] = 106
 
 $config ['password_saslpasswd_args'] = ''
 
 $config ['password_ldap_host'] = 'localhost'
 
 $config ['password_ldap_port'] = '389'
 
 $config ['password_ldap_starttls'] = false
 
 $config ['password_ldap_version'] = '3'
 
 $config ['password_ldap_basedn'] = 'dc=exemple,dc=com'
 
 $config ['password_ldap_method'] = 'user'
 
 $config ['password_ldap_adminDN'] = null
 
 $config ['password_ldap_adminPW'] = null
 
 $config ['password_ldap_userDN_mask'] = 'uid=%login,ou=people,dc=exemple,dc=com'
 
 $config ['password_ldap_searchDN'] = 'cn=roundcube,ou=services,dc=example,dc=com'
 
 $config ['password_ldap_searchPW'] = 'secret'
 
 $config ['password_ldap_search_base'] = 'ou=people,dc=example,dc=com'
 
 $config ['password_ldap_search_filter'] = '(uid=%login)'
 
 $config ['password_ldap_encodage'] = 'crypt'
 
 $config ['password_ldap_pwattr'] = 'userPassword'
 
 $config ['password_ldap_force_replace'] = true
 
 $config ['password_ldap_lchattr'] = ''
 
 $config ['password_ldap_samba_pwattr'] = ''
 
 $config ['password_ldap_samba_lchattr'] = ''
 
 $config ['password_directadmin_host'] = 'tcp://localhost'
 
 $config ['password_directadmin_port'] = 2222
 
 $config ['password_vpopmaild_host'] = 'localhost'
 
 $config ['password_vpopmaild_port'] = 89
 
 $config ['password_vpopmaild_timeout'] = 10
 
 $config ['password_cpanel_host'] = 'host.domain.com'
 
 $config ['password_cpanel_username'] = 'username'
 
 $config ['password_cpanel_password'] = 'password'
 
 $config ['password_cpanel_port'] = 2087
 
 $config ['password_ximss_host'] = 'mail.example.com'
 
 $config ['password_ximss_port'] = 11024
 
 $config ['password_chpasswd_cmd'] = 'sudo /usr/sbin/chpasswd 2> /dev/null'
 
 $config ['xmail_host'] = 'localhost'
 
 $config ['xmail_user'] = 'YourXmailControlUser'
 
 $config ['xmail_pass'] = 'YourXmailControlPass'
 
 $config ['xmail_port'] = 6017
 
 $config ['hmailserver_remote_dcom'] = false
 
 $config ['hmailserver_server']
 
 $config ['password_virtualmin_format'] = 0
 
 $config ['password_pw_usermod_cmd'] = 'sudo /usr/sbin/pw usermod -h 0 -n'
 
 $config ['password_dbmail_args'] = '-p sha512'
 
 $config ['password_expect_bin'] = '/usr/bin/expect'
 
 $config ['password_expect_script'] = ''
 
 $config ['password_expect_params'] = ''
 
 $config ['password_smb_host'] = 'localhost'
 
 $config ['password_smb_cmd'] = '/usr/bin/smbpasswd'
 
 $config ['password_gearman_host'] = 'localhost'
 
 $config ['password_plesk_host'] = '10.0.0.5'
 
 $config ['password_plesk_user'] = 'admin'
 
 $config ['password_plesk_pass'] = 'password'
 
 $config ['password_plesk_rpc_port'] = '8443'
 
 $config ['password_plesk_rpc_path'] = 'enterprise/control/agent.php'
 

Variable Documentation

◆ $config [1/72]

$config[ 'password_driver'] = 'sql'

Definition at line 7 of file roundcube.password.config.inc.php.

◆ $config [2/72]

$config[ 'password_confirm_current'] = true

Definition at line 11 of file roundcube.password.config.inc.php.

◆ $config [3/72]

$config[ 'password_minimum_length'] = 8

Definition at line 15 of file roundcube.password.config.inc.php.

◆ $config [4/72]

$config[ 'password_require_nonalpha'] = true

Definition at line 19 of file roundcube.password.config.inc.php.

◆ $config [5/72]

$config[ 'password_log'] = true

Definition at line 22 of file roundcube.password.config.inc.php.

◆ $config [6/72]

$config[ 'password_login_exceptions'] = null

Definition at line 26 of file roundcube.password.config.inc.php.

◆ $config [7/72]

$config[ 'password_hosts'] = null

Definition at line 32 of file roundcube.password.config.inc.php.

◆ $config [8/72]

$config[ 'password_force_save'] = false

Definition at line 36 of file roundcube.password.config.inc.php.

◆ $config [9/72]

$config[ 'password_force_new_user'] = false

Definition at line 39 of file roundcube.password.config.inc.php.

◆ $config [10/72]

$config[ 'password_db_dsn'] = 'mysql://%%roundcube-login%%:%%roundcube-password%%@%%dbhost%%/%%dbname%%'

Definition at line 46 of file roundcube.password.config.inc.php.

◆ $config [11/72]

$config[ 'password_query'] = 'UPDATE address a LEFT JOIN domaines d ON d.id=a.domain_id SET a.password=%c WHERE d.domaine=%d AND address=%l'

Definition at line 66 of file roundcube.password.config.inc.php.

◆ $config [12/72]

$config[ 'password_crypt_hash'] = 'md5'

Definition at line 73 of file roundcube.password.config.inc.php.

◆ $config [13/72]

$config[ 'password_idn_ascii'] = false

Definition at line 77 of file roundcube.password.config.inc.php.

◆ $config [14/72]

$config[ 'password_dovecotpw_method'] = 'CRAM-MD5'

Definition at line 83 of file roundcube.password.config.inc.php.

◆ $config [15/72]

$config[ 'password_dovecotpw_with_method'] = false

Definition at line 86 of file roundcube.password.config.inc.php.

◆ $config [16/72]

$config[ 'password_hash_algorithm'] = 'sha1'

Definition at line 92 of file roundcube.password.config.inc.php.

◆ $config [17/72]

$config[ 'password_hash_base64'] = false

Definition at line 96 of file roundcube.password.config.inc.php.

◆ $config [18/72]

$config[ 'password_blowfish_cost'] = 12

Definition at line 101 of file roundcube.password.config.inc.php.

◆ $config [19/72]

$config[ 'password_pop_host'] = 'localhost'

Definition at line 107 of file roundcube.password.config.inc.php.

◆ $config [20/72]

$config[ 'password_pop_port'] = 106

Definition at line 110 of file roundcube.password.config.inc.php.

◆ $config [21/72]

$config[ 'password_saslpasswd_args'] = ''

Definition at line 116 of file roundcube.password.config.inc.php.

◆ $config [22/72]

$config[ 'password_ldap_host'] = 'localhost'

Definition at line 125 of file roundcube.password.config.inc.php.

◆ $config [23/72]

$config[ 'password_ldap_port'] = '389'

Definition at line 129 of file roundcube.password.config.inc.php.

◆ $config [24/72]

$config[ 'password_ldap_starttls'] = false

Definition at line 134 of file roundcube.password.config.inc.php.

◆ $config [25/72]

$config[ 'password_ldap_version'] = '3'

Definition at line 138 of file roundcube.password.config.inc.php.

◆ $config [26/72]

$config[ 'password_ldap_basedn'] = 'dc=exemple,dc=com'

Definition at line 142 of file roundcube.password.config.inc.php.

◆ $config [27/72]

$config[ 'password_ldap_method'] = 'user'

Definition at line 149 of file roundcube.password.config.inc.php.

◆ $config [28/72]

$config[ 'password_ldap_adminDN'] = null

Definition at line 154 of file roundcube.password.config.inc.php.

◆ $config [29/72]

$config[ 'password_ldap_adminPW'] = null

Definition at line 159 of file roundcube.password.config.inc.php.

◆ $config [30/72]

$config[ 'password_ldap_userDN_mask'] = 'uid=%login,ou=people,dc=exemple,dc=com'

Definition at line 169 of file roundcube.password.config.inc.php.

◆ $config [31/72]

$config[ 'password_ldap_searchDN'] = 'cn=roundcube,ou=services,dc=example,dc=com'

Definition at line 180 of file roundcube.password.config.inc.php.

◆ $config [32/72]

$config[ 'password_ldap_searchPW'] = 'secret'

Definition at line 190 of file roundcube.password.config.inc.php.

◆ $config [33/72]

$config[ 'password_ldap_search_base'] = 'ou=people,dc=example,dc=com'

Definition at line 196 of file roundcube.password.config.inc.php.

◆ $config [34/72]

$config[ 'password_ldap_search_filter'] = '(uid=%login)'

Definition at line 208 of file roundcube.password.config.inc.php.

◆ $config [35/72]

$config[ 'password_ldap_encodage'] = 'crypt'

Definition at line 217 of file roundcube.password.config.inc.php.

◆ $config [36/72]

$config[ 'password_ldap_pwattr'] = 'userPassword'

Definition at line 222 of file roundcube.password.config.inc.php.

◆ $config [37/72]

$config[ 'password_ldap_force_replace'] = true

Definition at line 228 of file roundcube.password.config.inc.php.

◆ $config [38/72]

$config[ 'password_ldap_lchattr'] = ''

Definition at line 234 of file roundcube.password.config.inc.php.

◆ $config [39/72]

$config[ 'password_ldap_samba_pwattr'] = ''

Definition at line 238 of file roundcube.password.config.inc.php.

◆ $config [40/72]

$config[ 'password_ldap_samba_lchattr'] = ''

Definition at line 244 of file roundcube.password.config.inc.php.

◆ $config [41/72]

$config[ 'password_directadmin_host'] = 'tcp://localhost'

Definition at line 254 of file roundcube.password.config.inc.php.

◆ $config [42/72]

$config[ 'password_directadmin_port'] = 2222

Definition at line 257 of file roundcube.password.config.inc.php.

◆ $config [43/72]

$config[ 'password_vpopmaild_host'] = 'localhost'

Definition at line 263 of file roundcube.password.config.inc.php.

◆ $config [44/72]

$config[ 'password_vpopmaild_port'] = 89

Definition at line 266 of file roundcube.password.config.inc.php.

◆ $config [45/72]

$config[ 'password_vpopmaild_timeout'] = 10

Definition at line 269 of file roundcube.password.config.inc.php.

◆ $config [46/72]

$config[ 'password_cpanel_host'] = 'host.domain.com'

Definition at line 275 of file roundcube.password.config.inc.php.

◆ $config [47/72]

$config[ 'password_cpanel_username'] = 'username'

Definition at line 278 of file roundcube.password.config.inc.php.

◆ $config [48/72]

$config[ 'password_cpanel_password'] = 'password'

Definition at line 281 of file roundcube.password.config.inc.php.

◆ $config [49/72]

$config[ 'password_cpanel_port'] = 2087

Definition at line 284 of file roundcube.password.config.inc.php.

◆ $config [50/72]

$config[ 'password_ximss_host'] = 'mail.example.com'

Definition at line 290 of file roundcube.password.config.inc.php.

◆ $config [51/72]

$config[ 'password_ximss_port'] = 11024

Definition at line 293 of file roundcube.password.config.inc.php.

◆ $config [52/72]

$config[ 'password_chpasswd_cmd'] = 'sudo /usr/sbin/chpasswd 2> /dev/null'

Definition at line 299 of file roundcube.password.config.inc.php.

◆ $config [53/72]

$config[ 'xmail_host'] = 'localhost'

Definition at line 304 of file roundcube.password.config.inc.php.

◆ $config [54/72]

$config[ 'xmail_user'] = 'YourXmailControlUser'

Definition at line 305 of file roundcube.password.config.inc.php.

◆ $config [55/72]

$config[ 'xmail_pass'] = 'YourXmailControlPass'

Definition at line 306 of file roundcube.password.config.inc.php.

◆ $config [56/72]

$config[ 'xmail_port'] = 6017

Definition at line 307 of file roundcube.password.config.inc.php.

◆ $config [57/72]

$config[ 'hmailserver_remote_dcom'] = false

Definition at line 315 of file roundcube.password.config.inc.php.

◆ $config [58/72]

$config[ 'hmailserver_server']
Initial value:
= array(
'Server' => 'localhost',
'Username' => 'administrator',
'Password' => 'password'
)

Definition at line 317 of file roundcube.password.config.inc.php.

◆ $config [59/72]

$config[ 'password_virtualmin_format'] = 0

Definition at line 335 of file roundcube.password.config.inc.php.

◆ $config [60/72]

$config[ 'password_pw_usermod_cmd'] = 'sudo /usr/sbin/pw usermod -h 0 -n'

Definition at line 343 of file roundcube.password.config.inc.php.

◆ $config [61/72]

$config[ 'password_dbmail_args'] = '-p sha512'

Definition at line 349 of file roundcube.password.config.inc.php.

◆ $config [62/72]

$config[ 'password_expect_bin'] = '/usr/bin/expect'

Definition at line 355 of file roundcube.password.config.inc.php.

◆ $config [63/72]

$config[ 'password_expect_script'] = ''

Definition at line 358 of file roundcube.password.config.inc.php.

◆ $config [64/72]

$config[ 'password_expect_params'] = ''

Definition at line 363 of file roundcube.password.config.inc.php.

◆ $config [65/72]

$config[ 'password_smb_host'] = 'localhost'

Definition at line 373 of file roundcube.password.config.inc.php.

◆ $config [66/72]

$config[ 'password_smb_cmd'] = '/usr/bin/smbpasswd'

Definition at line 375 of file roundcube.password.config.inc.php.

◆ $config [67/72]

$config[ 'password_gearman_host'] = 'localhost'

Definition at line 380 of file roundcube.password.config.inc.php.

◆ $config [68/72]

$config[ 'password_plesk_host'] = '10.0.0.5'

Definition at line 389 of file roundcube.password.config.inc.php.

◆ $config [69/72]

$config[ 'password_plesk_user'] = 'admin'

Definition at line 392 of file roundcube.password.config.inc.php.

◆ $config [70/72]

$config[ 'password_plesk_pass'] = 'password'

Definition at line 395 of file roundcube.password.config.inc.php.

◆ $config [71/72]

$config[ 'password_plesk_rpc_port'] = '8443'

Definition at line 398 of file roundcube.password.config.inc.php.

◆ $config [72/72]

$config[ 'password_plesk_rpc_path'] = 'enterprise/control/agent.php'

Definition at line 401 of file roundcube.password.config.inc.php.