Aleksander Machniak
2014-09-02 57d7bc27c0588af8fdb159c88361c30d2b47a7fe
plugins/password/config.inc.php.dist
@@ -35,6 +35,9 @@
// for upgrading the stored passwords after the encryption scheme has changed.
$config['password_force_save'] = false;
// Enables forcing new users to change their password at their first login.
$config['password_force_new_user'] = false;
// SQL Driver options
// ------------------
@@ -256,6 +259,9 @@
// TCP port used for vpopmaild connections
$config['password_vpopmaild_port'] = 89;
// Timout used for the connection to vpopmaild (in seconds)
$config['password_vpopmaild_timeout'] = 10;
// cPanel Driver options
// --------------------------
@@ -362,6 +368,11 @@
// Location of smbpasswd binary
$config['password_smb_cmd'] = '/usr/bin/smbpasswd';
// gearman driver options
// ---------------------
// Gearman host (default: localhost)
$config['password_gearman_host'] = 'localhost';
// Plesk/PPA Driver options
@@ -378,7 +389,7 @@
$config['password_plesk_pass'] = 'password';
// Plesk RPC Port
$config['password_plesk_rcp_port'] = 8443;
$config['password_plesk_rpc_port'] = '8443';
// Plesk RPC Path
$config['password_plesk_rcp_path'] = enterprise/control/agent.php;
$config['password_plesk_rpc_path'] = 'enterprise/control/agent.php';