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";
|
||||
|
||||
/**
|
||||
* Constant for the configuration property that indicates the base
|
||||
* distinguished name (DN) to be used with the LDAP server. This value is
|
||||
* appended to the provided user id for authentication purpose.
|
||||
* Constant for the configuration property that indicates whether
|
||||
* the LDAP server supports 'StartTLS' extension.
|
||||
*/
|
||||
public static final String ENABLE_START_TLS = TYPE + ".enablestarttls";
|
||||
|
||||
|
@ -336,4 +335,4 @@ public class LdapAuthenticationHandler implements AuthenticationHandler {
|
|||
return endIdx;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue