Commit Graph

46 Commits

Author SHA1 Message Date
Aleksander Machniak
7f4ab8c14a Merge pull request #5364 from ZiBiS/master
Password: LDAP PPolicy driver
2016-10-10 16:17:17 +02:00
Zbigniew Szmyd
06956572ec Change parameters names to the standard. 2016-10-10 11:27:41 +02:00
Aleksander Machniak
4e26cd7691 Merge branch 'master' of https://github.com/NETLINK/roundcubemail into NETLINK-master 2016-10-01 08:00:56 +02:00
Aleksander Machniak
b751f8f20f Move password_dovecotpw_with_method close to other dovecot related options 2016-09-19 08:21:36 +02:00
Michał Wojciechowski
cde1fbde0c Fix typos 2016-07-23 14:01:10 +02:00
Julian Matz
16d5dcbaa4 Update config.inc.php.dist
Add support for cPanel hash auth, using a Remote Access Key (choice between hash auth and plain password auth).
2016-05-14 08:52:33 +01:00
Julian Matz
a4c6aec76a Update config.inc.php.dist
Add support for cPanel remote access hash (choice between hash auth and plain password auth).
2016-05-14 08:47:38 +01:00
Zbigniew Szmyd
5322e91825 LDAP password driver for password policy 2016-02-22 12:58:04 +01:00
Bram Matthys
c10f97740a Add $config['password_crypt_rounds']: this specifies the number of rounds
to be used for the sha256 and sha512 crypt hashing algorithms.
2015-09-05 21:31:25 +02:00
Aleksander Machniak
252cc4c4ac Password: Allow temporarily disabling the plugin functionality with a notice 2015-07-27 10:47:34 +02:00
Aleksander Machniak
8b25622c75 Describe difference between dovecotpw and doveadm-pw (#1490423) 2015-06-12 08:59:26 +02:00
Aleksander Machniak
3cc6ec573d Make password encryption algorithms available for all drivers (#1490134)
...via password::hash_password() method and password_algorithm option.
Add %P and %O macros for password_query in favor of %c, %d, %n and %q.
2015-05-27 13:37:10 +02:00
Aleksander Machniak
1c8f845637 Add notes about sudo setup (#1490203) 2015-05-21 09:13:18 +02:00
Aleksander Machniak
1d09ee0ce6 Added 'kpasswd' driver by Peter Allgeyer 2015-02-26 18:19:44 +01:00
Aleksander Machniak
ef29ac4339 Fix generation of Blowfish-based password hashes (#1490184)
Added password_blowfish_cost config option.
2014-12-09 18:39:55 +01:00
Lorenzo Perone
3e3fcd4d27 Password Plugin / LDAP Driver:
- adds support for (optional) multiple userPassword values for compatibility with more authentication shemes
- adds support for CRAM-MD5 scheme as implemented by doveadm pw (credits: see header of plugins/password/helpers/dovecot_hmacmd5.php)
2014-10-14 23:22:46 +02:00
Cyrill von Wattenwyl
11a40dd1fe Merge branch 'master' of https://github.com/roundcube/roundcubemail
Conflicts:
	plugins/password/config.inc.php.dist
2014-09-02 11:20:52 +02:00
Mohammad Anwari
1599665651 New gearman driver for password plugin 2014-07-14 23:54:32 +07:00
simonp
e7ee70541f Add option to force new users to change their password (#1486884) 2014-05-27 21:09:24 +02:00
simonp
8d3dab34ec Add timeout for password-driver vpopmaild 2014-05-16 12:29:06 +02:00
Cyrill von Wattenwyl
187fd666aa fixed typos and added section in README 2014-05-12 10:03:11 +02:00
Cyrill von Wattenwyl
12967c776c Added Plesk-Driver to Password-Plugin
This Driver allows to change Passwords via Plesk RPC-API
2014-05-08 16:43:28 +02:00
Aleksander Machniak
6776d31cee Add new password encodage ('ad') in ldap password drivers (#1489349) 2013-09-23 12:40:25 +02:00
Aleksander Machniak
1f22878608 In password virtualmin driver removed support for username in format based on user alias (#1489332) 2013-09-15 09:10:07 +02:00
Aleksander Machniak
bcedf05d19 s/$rcmail_config/$config/ also for plugins configuration 2013-08-20 19:23:59 +02:00
Aleksander Machniak
f41ccebadd Merge pull request #63 from Steffen185/patch-1
Save new password even if it has not changed (optional)
2013-04-28 06:49:04 -07:00
Steffen185
6db9f84737 Added config option "password_force_save" 2013-04-02 09:37:03 +03:00
Aleksander Machniak
30ff85c5a1 Added new cPanel driver - fixes localization related issues (#1487015) 2013-03-30 18:17:05 +01:00
Aleksander Machniak
e0d4662523 Use rcube_utils::parse_host() for host config in smb driver (#1488784) 2013-03-02 19:21:59 +01:00
Aleksander Machniak
98128f13fc Rename option password_supported_hosts to password_hosts, code cleanup 2012-11-16 19:49:02 +01:00
NETLINK
32395bde1a Update plugins/password/config.inc.php.dist
Added config option to specify hosts that support password changing.
2012-11-09 04:46:07 +00:00
defa
5ba07a429a added sample configuration 2012-09-05 14:53:55 +02:00
GDR\!
6ffe0beaa4 Password plugin made compatible with modern Virtualmin
Added a new username format in Virtualmin driver,
which works for default Virtualmin settings where
username is user.postfix and domain is taken from
email address.

Example:
email - info@goodcoffee.com
login - info.goodcof
2012-05-24 12:07:44 +02:00
thomascube
48e9c14ebd Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 2012-03-31 12:25:48 +00:00
till
63a3dc5fde moved plugins 2010-03-20 14:20:01 +00:00
alecpl
1904fa7104 - Added XIMSS (Communigate) driver for Password plugin 2009-10-09 16:04:01 +00:00
alecpl
1bf9a86a8e - Password: cPanel driver added 2009-10-02 12:14:14 +00:00
vbenincasa
67bb96fef1 - Password plugin: added vpopmaild driver 2009-09-20 10:14:04 +00:00
alecpl
2659ce1ee1 - re-apply r2940 2009-09-12 07:17:28 +00:00
alecpl
e7b283b80e - Password: added password strength options (#1486062) 2009-09-11 13:12:43 +00:00
vbenincasa
b85fce1a78 - Added note for "DirectAdmin" password driver usage with SSL. 2009-09-10 09:06:08 +00:00
alecpl
64901dd0cc - Password plugin: support hashed passwords and username parts in sql driver queries 2009-09-02 09:35:19 +00:00
alecpl
61347179ef - Password: added DirectAdmin driver (#1486048) 2009-08-24 19:29:38 +00:00
alecpl
7b865083e7 - Password/LDAP: support %name, %domain in userdn (#1486055) 2009-08-24 19:18:47 +00:00
alecpl
793e24885b - Password plugin: added ldap_force_replace option (#1486014) 2009-07-31 06:36:39 +00:00
thomascube
be6c9752f9 Move config file to config.inc.php.dist to prevent further accidental commits 2009-07-02 08:45:12 +00:00