index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
password
/
drivers
/
ldap.php
Age
Commit message (
Collapse
)
Author
2014-10-18
Small CS fixes after PR merge
Aleksander Machniak
2014-10-16
fix indent to match style in ldap.php (tabs to spaces)
Lorenzo Perone
2014-10-14
Password Plugin / LDAP Driver:
Lorenzo Perone
- 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-10
Fix regression in SHAA password generation in ldap driver of password plugin ↵
Aleksander Machniak
(#1490094)
2014-09-28
Support hashing algorithms without mhash() and even hash() extension (#1490076)
Aleksander Machniak
2014-09-08
Added license headers to driver files, CS fixes
Aleksander Machniak
2014-06-24
Allow anonymous LDAP searches
Aleksander Machniak
2013-11-08
Substitute variables in 'password_ldap_search_base' value
Aleksander Machniak
2013-09-23
Code improvements, remove code duplication
Aleksander Machniak
2013-09-23
Add new password encodage ('ad') in ldap password drivers (#1489349)
Aleksander Machniak
2013-01-18
Remove deprecated functions (from bc.php file) usage in plugins
Aleksander Machniak
2012-12-17
CS fixes, mostly tabs to spaces conversion
Aleksander Machniak
2012-03-31
Move plugins repository into roundcubemail root folder; svn:externals are ↵
thomascube
not defined anymore
2010-03-20
moved plugins
till
2009-08-24
- Password/LDAP: support %name, %domain in userdn (#1486055)
alecpl
2009-07-31
- Password plugin: added ldap_force_replace option (#1486014)
alecpl
2009-06-26
- Password plugin: added LDAP driver
alecpl