X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source4%2Flibcli%2Fauth%2Fgensec.c;h=8009df4e4050baf70bb343a29cb4308d5180ab04;hp=147d1b12df95d349881bd15a99071f46d3b6e93b;hb=72249717272819d9fb73d4a67a4c546db4ac3f2c;hpb=e0cac67fd494acaacdddc6c9a7ebe5bb5929472b diff --git a/source4/libcli/auth/gensec.c b/source4/libcli/auth/gensec.c index 147d1b12df9..8009df4e405 100644 --- a/source4/libcli/auth/gensec.c +++ b/source4/libcli/auth/gensec.c @@ -232,6 +232,7 @@ NTSTATUS gensec_start_mech_by_authtype(struct gensec_security *gensec_security, DEBUG(3, ("Could not find GENSEC backend for auth_type=%d\n", (int)auth_type)); return NT_STATUS_INVALID_PARAMETER; } + gensec_want_feature(gensec_security, GENSEC_FEATURE_DCE_STYLE); if (auth_level == DCERPC_AUTH_LEVEL_INTEGRITY) { gensec_want_feature(gensec_security, GENSEC_FEATURE_SIGN); }