You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/06/24 13:56:20 UTC

[cloudstack] branch 4.14 updated (615ab4e -> 9642392)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch 4.14
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 615ab4e  Merge remote-tracking branch 'origin/4.13' into 4.14
     add c03f8a1  server: Adding listall to listLdapConfigurations (#4164)
     new 9642392  Merge remote-tracking branch 'origin/4.13' into 4.14

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../api/command/LdapListConfigurationCmd.java      |  8 ++++++
 .../apache/cloudstack/ldap/LdapManagerImpl.java    |  3 ++-
 .../cloudstack/ldap/dao/LdapConfigurationDao.java  |  4 +++
 .../ldap/dao/LdapConfigurationDaoImpl.java         | 30 +++++++++++++++++-----
 4 files changed, 37 insertions(+), 8 deletions(-)


[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.13' into 4.14

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.14
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 9642392a0a6974e6277f696f8e50b63c36a7b7b9
Merge: 615ab4e c03f8a1
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Wed Jun 24 19:25:30 2020 +0530

    Merge remote-tracking branch 'origin/4.13' into 4.14
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

 .../api/command/LdapListConfigurationCmd.java      |  8 ++++++
 .../apache/cloudstack/ldap/LdapManagerImpl.java    |  3 ++-
 .../cloudstack/ldap/dao/LdapConfigurationDao.java  |  4 +++
 .../ldap/dao/LdapConfigurationDaoImpl.java         | 30 +++++++++++++++++-----
 4 files changed, 37 insertions(+), 8 deletions(-)

diff --cc plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/dao/LdapConfigurationDaoImpl.java
index b591e3a,78c9bae..c053e87
--- a/plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/dao/LdapConfigurationDaoImpl.java
+++ b/plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/dao/LdapConfigurationDaoImpl.java
@@@ -88,4 -104,4 +104,4 @@@ public class LdapConfigurationDaoImpl e
          }
          return sc;
      }
--}
++}