Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7AC9187A1 for ; Fri, 24 Jul 2015 05:29:53 +0000 (UTC) Received: (qmail 18815 invoked by uid 500); 24 Jul 2015 05:29:53 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 18718 invoked by uid 500); 24 Jul 2015 05:29:53 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 18427 invoked by uid 99); 24 Jul 2015 05:29:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2015 05:29:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1D20CE03C8; Fri, 24 Jul 2015 05:29:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rajani@apache.org To: commits@cloudstack.apache.org Date: Fri, 24 Jul 2015 05:29:57 -0000 Message-Id: In-Reply-To: <50eea48728c34ba197be4caa0a5b54cc@git.apache.org> References: <50eea48728c34ba197be4caa0a5b54cc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/5] git commit: updated refs/heads/master to 7febdb5 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 Authored: Fri Jul 24 10:59:15 2015 +0530 Committer: Rajani Karuturi 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(-) ----------------------------------------------------------------------