mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
16b430e740
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15621
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 065da87329
)
Autobuild-User(v4-20-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-20-test): Tue Jul 9 10:53:40 UTC 2024 on atb-devel-224
13 lines
716 B
Plaintext
13 lines
716 B
Plaintext
# ad_dc_ntvfs and fl2008r2dc have
|
|
# ldap server require strong auth = allow_sasl_without_tls_channel_bindings
|
|
# it means correct channel bindings are required, if the client indicated
|
|
# explicit (even null) channel bindings are provided
|
|
#
|
|
# Note currently only embedded_heimdal supports
|
|
# GSS_C_CHANNEL_BOUND_FLAG as client.
|
|
# See also:
|
|
# https://github.com/heimdal/heimdal/pull/1234
|
|
# https://github.com/krb5/krb5/pull/1329
|
|
^samba4.ldb.simple.ldaps.with.SASL-BIND.*use-kerberos=required.*ldap_testing:channel_bound=yes.*ldap_testing:tls_channel_bindings=no.*ad_dc_ntvfs
|
|
^samba4.ldb.simple.ldaps.with.SASL-BIND.*use-kerberos=required.*ldap_testing:channel_bound=yes.*ldap_testing:tls_channel_bindings=no.*fl2008r2dc
|