The branch "master" has been updated. The following is a summary of the commits.
from: ac56f1ee5879482451e2f6c8401a0bf141c89a23 fe9ec48 Fully support X509 certificates for ActiveSync. a21d831 This belongs in Horde_5_2 24ff4a7 This config isn't available until Horde_5_2, existence check it. 6cfcd48 CHANGES ----------------------------------------------------------------------- commit fe9ec485c31bef4566f6451c9aafd8c780c41cd9 Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 15:07:17 2013 -0400 Fully support X509 certificates for ActiveSync. Allow separate configuration for ActiveSync Authentication methods. Emulates Exchange server's ability to accept either: HTTP Basic only, client certificate only, or to require both HTTP Basic AND client certificates. If configured to require both, horde-wide Auth driver is used to authenticate using the HTTP Basic credentials, and the X509 driver is used to to authenticate with the client certificate. Obviously requires webserver config/support for the certificates. framework/Core/lib/Horde/Core/ActiveSync/Auth.php | 98 +++++++++++ framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 28 +++- framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php | 26 +++- horde/config/conf.xml | 49 +++++ 4 files changed, 196 insertions(+), 5 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/ActiveSync/Auth.php http://git.horde.org/horde-git/-/commit/fe9ec485c31bef4566f6451c9aafd8c780c41cd9 ----------------------------------------------------------------------- commit a21d831e4e740a2a892c4d56695d87aeaa581ad4 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 10:42:30 2013 -0400 This belongs in Horde_5_2 horde/config/conf.xml | 49 ------------------------------------------------- 1 files changed, 0 insertions(+), 49 deletions(-) http://git.horde.org/horde-git/-/commit/a21d831e4e740a2a892c4d56695d87aeaa581ad4 ----------------------------------------------------------------------- commit 24ff4a71c8e9de237b43aca013b938bfdb125393 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 10:48:06 2013 -0400 This config isn't available until Horde_5_2, existence check it. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 10 +++++++--- framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php | 4 +++- 2 files changed, 10 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/24ff4a71c8e9de237b43aca013b938bfdb125393 ----------------------------------------------------------------------- commit 6cfcd480065b8901efddaecd35ec64a1bca36ecf Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 10:52:54 2013 -0400 CHANGES framework/Core/package.xml | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/6cfcd480065b8901efddaecd35ec64a1bca36ecf -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
