Roundcube Community Forum

Release Support => Pending Issues => Topic started by: SuperAtic on June 27, 2012, 11:22:50 AM

Title: How to set setup Password plugin!
Post by: SuperAtic on June 27, 2012, 11:22:50 AM
Hi Everyone,

I have many problems to set the Password plugin. my conf.ini.php actually is configured that follow!

Code: [Select]
$rcmail_config['password_driver'] = 'sql';

$rcmail_config['password_confirm_current'] = true;

$rcmail_config['password_minimum_length'] = 0;

$rcmail_config['password_require_nonalpha'] = false;

$rcmail_config['password_log'] = false;

$rcmail_config['password_db_dsn'] = 'mysql://user:password@localhost/server';

$rcmail_config['password_query'] = 'SELECT update_passwd(%c, %u)';

$rcmail_config['password_idn_ascii'] = false;

$rcmail_config['password_dovecotpw_method'] = 'CRAM-MD5';

$rcmail_config['password_dovecotpw_with_method'] = false;

$rcmail_config['password_hash_algorithm'] = 'sha1';

$rcmail_config['password_hash_base64'] = false;

$rcmail_config['password_pop_host'] = 'localhost';

$rcmail_config['password_pop_port'] = 106;

$rcmail_config['password_saslpasswd_args'] = '';

$rcmail_config['password_ldap_host'] = 'localhost';

$rcmail_config['password_ldap_port'] = '389';

$rcmail_config['password_ldap_starttls'] = false;

$rcmail_config['password_ldap_version'] = '3';

$rcmail_config['password_ldap_basedn'] = 'dc=exemple,dc=com';

$rcmail_config['password_ldap_method'] = 'user';

$rcmail_config['password_ldap_adminDN'] = null;

$rcmail_config['password_ldap_adminPW'] = null;

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

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

$rcmail_config['password_ldap_searchPW'] = 'secret';

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

$rcmail_config['password_ldap_search_filter'] = '(uid=%login)';

$rcmail_config['password_ldap_encodage'] = 'crypt';

$rcmail_config['password_ldap_pwattr'] = 'userPassword';

$rcmail_config['password_ldap_force_replace'] = true;

$rcmail_config['password_ldap_lchattr'] = '';

$rcmail_config['password_ldap_samba_pwattr'] = '';

$rcmail_config['password_ldap_samba_lchattr'] = '';

$rcmail_config['password_directadmin_host'] = 'tcp://localhost';

$rcmail_config['password_directadmin_port'] = 2222;

$rcmail_config['password_vpopmaild_host'] = 'localhost';

$rcmail_config['password_vpopmaild_port'] = 89;

$rcmail_config['password_cpanel_host'] = 'my.bluehost.com';

$rcmail_config['password_cpanel_username'] = 'user.com';

$rcmail_config['password_cpanel_password'] = 'password';

$rcmail_config['password_cpanel_port'] = 2083;

$rcmail_config['password_cpanel_ssl'] = false;

$rcmail_config['password_cpanel_theme'] = 'x';

$rcmail_config['password_ximss_host'] = 'mail.example.com';

$rcmail_config['password_ximss_port'] = 11024;

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

$rcmail_config['xmail_host'] = 'localhost';
$rcmail_config['xmail_user'] = 'YourXmailControlUser';
$rcmail_config['xmail_pass'] = 'YourXmailControlPass';
$rcmail_config['xmail_port'] = 6017;

$rcmail_config['hmailserver_remote_dcom'] = false;

$rcmail_config['hmailserver_server'] = array(
    'Server' => 'localhost', // hostname or ip address
    'Username' => 'administrator', // windows username
    'Password' => 'password' // windows user password
);

$rcmail_config['password_virtualmin_format'] = 0;


You can help me?

thanks in advance

K
Title: Re: How to set setup Password plugin!
Post by: SKaero on June 27, 2012, 04:18:52 PM
Well you haven't setup the plugin at all, first you need to pick the driver thats right for your system you have plenty to choose from:
1. Database (sql)
2. Cyrus/SASL (sasl)
3. Poppassd/Courierpassd (poppassd)
4. LDAP (ldap)
5. DirectAdmin Control Panel (directadmin)
6. cPanel (cpanel)
7. XIMSS/Communigate (ximms)
8. Virtualmin (virtualmin)
9. hMailServer (hmail)
10. PAM (pam)
11. Chpasswd (chpasswd)
12. LDAP - no PEAR (ldap_simple)
13. XMail (xmail)
14. Pw (pw_usermod)
15. domainFACTORY (domainfactory)
16. DBMail (dbmail)
17. Expect (expect)
18. Samba (smb)
Title: Re: How to set setup Password plugin!
Post by: SuperAtic on July 03, 2012, 05:20:11 AM
under which heading I can fill in missing information?