Pass the Certificate - Schannel
Last updated
Was this helpful?
Last updated
Was this helpful?
In cases where a Domain Controller does not support , you may encounter the KDC_ERR_PADATA_TYPE_NOSUPP
error when trying to authenticate. For a KDC to support PKINIT, its certificates must include the Smart Card Logon
EKU.
Fortunately, we can still use to authenticate ourselves using a certificate. Schanel is the SSL/TLS implementation from Microsoft in Windows and can be used to authenticate servers and clients and then use the protocol to encrypt messages between the authenticated parties. Several protocols including LDAP support it.
Schannel authentication relies on TLS so it is, by design, not subject to channel binding, as the authentication is borne by TLS itself.
Schannel is not subject to LDAP signing either as the bind
is performed after a StartTLS command when used on the LDAP TCP port.
Authentication via Schannel is supported by . lt will open a connection to LDAPS and drop into an interactive shell with limited LDAP commands