Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-949-2 7d3bea091 -> 709f90d00
Fix ldap basedn Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/709f90d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/709f90d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/709f90d0 Branch: refs/heads/feature/GEODE-949-2 Commit: 709f90d00f51c5dd1b4ab514e8da1ad47c654bd0 Parents: 7d3bea0 Author: Kirk Lund <[email protected]> Authored: Wed Mar 16 11:10:35 2016 -0700 Committer: Kirk Lund <[email protected]> Committed: Wed Mar 16 11:10:35 2016 -0700 ---------------------------------------------------------------------- .../gemstone/gemfire/security/templates/LdapUserAuthenticator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/709f90d0/geode-core/src/test/java/com/gemstone/gemfire/security/templates/LdapUserAuthenticator.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/security/templates/LdapUserAuthenticator.java b/geode-core/src/test/java/com/gemstone/gemfire/security/templates/LdapUserAuthenticator.java index 5c89da9..78ff01a 100755 --- a/geode-core/src/test/java/com/gemstone/gemfire/security/templates/LdapUserAuthenticator.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/security/templates/LdapUserAuthenticator.java @@ -39,7 +39,7 @@ public class LdapUserAuthenticator implements Authenticator { private static final Logger logger = LogService.getLogger(); public static final String LDAP_SERVER_NAME = "security-ldap-server"; - public static final String LDAP_BASEDN_NAME = "security-ldap-baseDomainName"; + public static final String LDAP_BASEDN_NAME = "security-ldap-basedn"; public static final String LDAP_SSL_NAME = "security-ldap-usessl"; private String ldapServer = null;
