Zbigniew Szmyd
8848c944ab
little correction of variables names
2016-10-11 11:32:37 +02:00
Zbigniew Szmyd
5266c89da9
little corrections
2016-10-11 11:14:17 +02:00
Zbigniew Szmyd
c665b5c607
A plugin to check LDAP password for expiration
2016-10-11 10:31:05 +02:00
Aleksander Machniak
affec47eab
CS fixes, updated changelog
2016-10-10 16:25:06 +02:00
Aleksander Machniak
7f4ab8c14a
Merge pull request #5364 from ZiBiS/master
...
Password: LDAP PPolicy driver
2016-10-10 16:17:17 +02:00
Zbigniew Szmyd
fa533a4a01
Revert "Correction to work good with the Net_LDAP2 2.2.0"
...
This reverts commit acbc67ea1c .
2016-10-10 11:55:12 +02:00
Zbigniew Szmyd
06956572ec
Change parameters names to the standard.
2016-10-10 11:27:41 +02:00
Zbigniew Szmyd
7254a89e7f
get log_dir from config
2016-10-03 12:28:07 +02:00
Zbigniew Szmyd
c22d4bc642
The correction of the script path and log_dir from the rc
...
config.
2016-10-03 09:06:11 +02:00
Aleksander Machniak
9e129383a1
Improve randomness of password salts and random hashes ( #5266 )
2016-10-01 08:23:19 +02:00
Aleksander Machniak
e9d70648dd
Fix CS and obvious mistakes, update changelog after PR merge
2016-10-01 08:08:23 +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
Zbigniew Szmyd
191396db17
The error log is redirected to logs/ldap_ppolicy.err
2016-09-30 21:42:06 +02:00
Zbigniew Szmyd
0c093b0b36
Added the missing changes
2016-09-20 15:36:16 +02:00
Zbigniew Szmyd
0efb682d40
New constant PASSWORD_IN_HISTORY added for ldap_ppolicy plugin.
2016-09-19 22:38:16 +02:00
Aleksander Machniak
b751f8f20f
Move password_dovecotpw_with_method close to other dovecot related options
2016-09-19 08:21:36 +02:00
Thomas Bruederli
4e3442877d
Updated localizations from Transifex
2016-07-24 12:12:22 +02:00
Michał Wojciechowski
cde1fbde0c
Fix typos
2016-07-23 14:01:10 +02:00
Aleksander Machniak
796bb4ccbb
Update localization, add Enigma plugin localizations
2016-05-28 15:19:19 +02:00
Julian Matz
7ed0d3308b
Update cpanel.php
...
Call $rcmail->config->get() only once per option by assigning variable inside the IF statement.
2016-05-22 14:54:17 +01:00
Aleksander Machniak
ab6fdfa8bc
Fix PHP warning when password_hosts is set, but is not an array ( #5260 )
2016-05-20 14:08:28 +02:00
Julian Matz
8042955927
Update cpanel.php
2016-05-15 12:53:54 +01:00
Julian Matz
e34e267e59
Update cpanel.php
...
Changed code style and indentation.
2016-05-15 12:41:01 +01:00
Julian Matz
6651a6cab0
Update cpanel.php
...
Add support for hash auth (cPanel Remote Access Key) and call the $xmlapi->listaccts() method to retrieve the cPanel account user that owns the domain (required for cPanel reseller accounts).
2016-05-14 08:59:31 +01: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
Oliver Ney
5f2df36879
Fix ldap connection use after release in password plugin
2016-04-23 00:39:34 +02:00
Aleksander Machniak
aba88576ef
Update localizations
2016-03-28 18:36:56 +02:00
Zbigniew Szmyd
0b07f37bea
LDAP password policy driver files
2016-02-22 13:01:47 +01:00
Zbigniew Szmyd
5322e91825
LDAP password driver for password policy
2016-02-22 12:58:04 +01:00
Zbigniew Szmyd
acbc67ea1c
Correction to work good with the Net_LDAP2 2.2.0
2016-02-22 11:19:28 +01:00
Aleksander Machniak
8ef598b883
Fix (again) security issue in DBMail driver of password plugin [CVE-2015-2181] ( #1490643 )
...
Unify the C program code with the one used by other drivers.
2016-01-21 16:27:03 +01:00
Thomas Bruederli
e257b830a1
Synchronize localizations from Transifex
2015-11-15 21:19:44 +01:00
Aleksander Machniak
8f8beafd56
Use .get_label() consistently (instead of .gettext())
2015-10-20 10:08:50 +02:00
hsz
ed4f659a76
Fixed dovecot and samba encryption - (invalid variables names)
2015-10-08 14:50:41 +02:00
Aleksander Machniak
b922995297
CS fixes
2015-09-06 18:24:41 +02: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
39813e961a
Show error message from CPanel API on password change failure ( #1490144 )
2015-08-10 13:57:45 +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
e6c1e0c638
Fix vpopmaild driver of password plugin
2015-03-31 16:05:27 +02:00
Thomas Bruederli
e2fb340289
Remove obsolete mt_srand() calls
2015-03-12 09:59:47 +01:00
Aleksander Machniak
1d09ee0ce6
Added 'kpasswd' driver by Peter Allgeyer
2015-02-26 18:19:44 +01:00
Aleksander Machniak
b59b72cc30
Fix "Non-static method PEAR::isError() should not be called statically" errors ( #1490281 )
2015-02-26 18:04:03 +01:00
Thomas Bruederli
36147bd6df
Update localizations from Transifex
2015-02-07 18:32:19 +01:00
Aleksander Machniak
7c96646de0
Fix security issue in DBMail driver of password plugin ( #1490261 )
2015-02-05 11:27:34 +01:00
Thomas Bruederli
fbb86218d0
Synchronized localizations from Transifex
2014-12-28 17:48:42 +01:00
Aleksander Machniak
d7cd5ddb86
Add missing composer.json files (skipped because of .gitignore)
2014-12-10 04:06:56 -05:00