[
https://issues.apache.org/jira/browse/CLOUDSTACK-8596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14638183#comment-14638183
]
ASF GitHub Bot commented on CLOUDSTACK-8596:
--------------------------------------------
Github user koushik-das commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/609#discussion_r35291227
--- Diff:
plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapConfiguration.java
---
@@ -36,6 +36,8 @@
private static final ConfigKey<Integer> ldapPageSize = new
ConfigKey<Integer>(Integer.class, "ldap.request.page.size", "Advanced", "1000",
"page size sent to ldap server on each request to get user", true,
ConfigKey.Scope.Global, 1);
+ private static final ConfigKey<String> ldapProvider = new
ConfigKey<String>(String.class, "ldap.provider", "Advanced", "openldap", "ldap
provider ex:openldap, microsoftad",
+
true, ConfigKey.Scope.Global, null);
--- End diff --
As part of this change please move all LDAP related config to use the
ConfigKey/Configurable mechanism of publishing them.
> [LDAP] Nested groups, ability of recursively querying nested groups
> -------------------------------------------------------------------
>
> Key: CLOUDSTACK-8596
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8596
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rajani Karuturi
> Assignee: Rajani Karuturi
>
> Nested group imports
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)