mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8245527: LDAP Channel Binding support for Java GSS/Kerberos
Reviewed-by: dfuchs, aefimov, mullan
This commit is contained in:
parent
37b70282b5
commit
cfa3f74931
10 changed files with 542 additions and 11 deletions
|
@ -59,6 +59,20 @@
|
|||
* <br>If this property is not specified, the default is to wait
|
||||
* for the response until it is received.
|
||||
* </li>
|
||||
* <li>{@code com.sun.jndi.ldap.tls.cbtype}:
|
||||
* <br>The value of this property is the string representing the TLS
|
||||
* Channel Binding type required for an LDAP connection over SSL/TLS.
|
||||
* Possible value is :
|
||||
* <ul>
|
||||
* <li>"tls-server-end-point" - Channel Binding data is created on
|
||||
* the basis of the TLS server certificate.
|
||||
* </li>
|
||||
* </ul>
|
||||
* <br>"tls-unique" TLS Channel Binding type is specified in RFC-5929
|
||||
* but not supported.
|
||||
* <br>If this property is not specified, the client does not send
|
||||
* channel binding information to the server.
|
||||
* </li>
|
||||
* </ul>
|
||||
*
|
||||
* @provides javax.naming.ldap.spi.LdapDnsProvider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue