mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
committed by
Gerald (Jerry) Carter
parent
63811f0cb8
commit
acd04c9281
@ -234,7 +234,7 @@ NTSTATUS ldap_bind_sasl(struct ldap_connection *conn, struct cli_credentials *cr
|
||||
}
|
||||
|
||||
if (NT_STATUS_IS_OK(status) &&
|
||||
(gensec_have_feature(conn->gensec, GENSEC_FEATURE_SIGN) ||
|
||||
(gensec_have_feature(conn->gensec, GENSEC_FEATURE_SEAL) ||
|
||||
gensec_have_feature(conn->gensec, GENSEC_FEATURE_SIGN))) {
|
||||
conn->enable_wrap = True;
|
||||
}
|
||||
|
Reference in New Issue
Block a user