[commits] Horde branch master updated. b68b5d42169dc9d6e54c7dcd1f46b39834c2b199
Ralf Lang
lang at b1-systems.de
Fri Jun 10 21:45:08 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 78b0b3c7f984d265c7779aa0e0075d0402b27c3e
283a259 rename constructor to php5 style __construct
d05fa4e add a factory for the ldap backend
b68b5d4 Conversion of the ldap backend to horde 4 (partly)
-----------------------------------------------------------------------
commit 283a259d7d0d2bc259a329c6b25bf81fda25a785
Author: Ralf Lang <lang at b1-systems.de>
Date: Fri Jun 10 21:12:11 2011 +0000
rename constructor to php5 style __construct
passwd/lib/Driver/sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/283a259d7d0d2bc259a329c6b25bf81fda25a785
-----------------------------------------------------------------------
commit d05fa4e1130f673de7df2f5b14bc8ef6857f897c
Author: Ralf Lang <lang at b1-systems.de>
Date: Fri Jun 10 21:13:07 2011 +0000
add a factory for the ldap backend
passwd/lib/Factory/Driver.php | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/d05fa4e1130f673de7df2f5b14bc8ef6857f897c
-----------------------------------------------------------------------
commit b68b5d42169dc9d6e54c7dcd1f46b39834c2b199
Author: Ralf Lang <lang at b1-systems.de>
Date: Fri Jun 10 21:38:13 2011 +0000
Conversion of the ldap backend to horde 4 (partly)
* PHP5 constructor name
* turn internal state variables into protected
* use injected Horde_Ldap object
* Remove bind and connect private methods as they closely match implementation in Horde_Ldap
* removed unconditional setAuthCredentials call as the main.php code calls
Passwd::resetCredentials conditionally depending on no_reset parameter
passwd/lib/Driver/ldap.php | 92 ++++++++------------------------------------
1 files changed, 16 insertions(+), 76 deletions(-)
http://git.horde.org/horde-git/-/commit/b68b5d42169dc9d6e54c7dcd1f46b39834c2b199
More information about the commits
mailing list