Merge branch 'CLOUDSTACK-8596' of https://github.com/karuturi/cloudstack
This closes #609 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7febdb58 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7febdb58 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7febdb58 Branch: refs/heads/master Commit: 7febdb58b53123d5b4efbdbf2fe44a3df5cf5b9d Parents: 2984acc 96cf032 Author: Rajani Karuturi <[email protected]> Authored: Fri Jul 24 10:59:15 2015 +0530 Committer: Rajani Karuturi <[email protected]> Committed: Fri Jul 24 10:59:15 2015 +0530 ---------------------------------------------------------------------- plugins/user-authenticators/ldap/pom.xml | 2 +- .../cloudstack/ldap/spring-ldap-context.xml | 2 +- .../cloudstack/ldap/ADLdapUserManagerImpl.java | 82 +++++ .../cloudstack/ldap/LdapConfiguration.java | 25 +- .../apache/cloudstack/ldap/LdapManagerImpl.java | 19 +- .../apache/cloudstack/ldap/LdapUserManager.java | 239 ++----------- .../cloudstack/ldap/LdapUserManagerFactory.java | 64 ++++ .../ldap/OpenLdapUserManagerImpl.java | 233 +++++++++++++ .../ldap/ADLdapUserManagerImplSpec.groovy | 70 ++++ .../ldap/LdapConfigurationSpec.groovy | 100 ++++-- .../ldap/LdapCreateAccountCmdSpec.groovy | 2 +- .../cloudstack/ldap/LdapManagerImplSpec.groovy | 110 ++++-- .../ldap/LdapUserManagerFactorySpec.groovy | 57 ++++ .../cloudstack/ldap/LdapUserManagerSpec.groovy | 336 ------------------ .../ldap/OpenLdapUserManagerSpec.groovy | 337 +++++++++++++++++++ 15 files changed, 1056 insertions(+), 622 deletions(-) ----------------------------------------------------------------------
