From 4ff9ca16165730e20d7a53c6a2bfcb3d35bc507a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 4 May 2009 11:38:39 +0200 Subject: [PATCH] Revert "ldap sign|seal" This reverts commit fb47681d8d3f4bb92197d5859812ce8fb53409f8. --- source4/libcli/ldap/ldap_bind.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/libcli/ldap/ldap_bind.c b/source4/libcli/ldap/ldap_bind.c index 48e9187e7ce4..b355e18e0d31 100644 --- a/source4/libcli/ldap/ldap_bind.c +++ b/source4/libcli/ldap/ldap_bind.c @@ -283,7 +283,6 @@ try_logon_again: cli_credentials_set_gensec_features(creds, old_gensec_features & ~(GENSEC_FEATURE_SIGN|GENSEC_FEATURE_SEAL)); } - cli_credentials_set_gensec_features(creds, old_gensec_features | GENSEC_FEATURE_SIGN|GENSEC_FEATURE_SEAL); /* this call also sets the gensec_want_features */ status = gensec_set_credentials(conn->gensec, creds); if (!NT_STATUS_IS_OK(status)) { -- 2.34.1