HADOOP-15910. Fix Javadoc for LdapAuthenticationHandler#ENABLE_START_TLS
Contributed by Don Jeba. Change-Id: I2755bfb1263fc659078a1af8f0bdfd739fd1ae40
This commit is contained in:
parent
cbfa3f3e98
commit
204a977f55
|
@ -96,9 +96,8 @@ public class LdapAuthenticationHandler implements AuthenticationHandler {
|
||||||
public static final String LDAP_BIND_DOMAIN = TYPE + ".binddomain";
|
public static final String LDAP_BIND_DOMAIN = TYPE + ".binddomain";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constant for the configuration property that indicates the base
|
* Constant for the configuration property that indicates whether
|
||||||
* distinguished name (DN) to be used with the LDAP server. This value is
|
* the LDAP server supports 'StartTLS' extension.
|
||||||
* appended to the provided user id for authentication purpose.
|
|
||||||
*/
|
*/
|
||||||
public static final String ENABLE_START_TLS = TYPE + ".enablestarttls";
|
public static final String ENABLE_START_TLS = TYPE + ".enablestarttls";
|
||||||
|
|
||||||
|
@ -336,4 +335,4 @@ public class LdapAuthenticationHandler implements AuthenticationHandler {
|
||||||
return endIdx;
|
return endIdx;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue