From c8ba520c5a66f2d4a4d95baf366a2194a752e9c5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 3 Jan 2005 07:08:14 +0000 Subject: r4500: Allow GENSEC modules to be disabled by setting a flag on their module definition, not by hardcoded reference in loadparm.c Andrew Bartlett (This used to be commit 43558eaf7604d2bb0187e0d1ba0686935a965ad7) --- source4/libcli/auth/gensec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/auth/gensec.h') diff --git a/source4/libcli/auth/gensec.h b/source4/libcli/auth/gensec.h index 7c462414ff..8ee6abcd44 100644 --- a/source4/libcli/auth/gensec.h +++ b/source4/libcli/auth/gensec.h @@ -94,6 +94,7 @@ struct gensec_security_ops { struct auth_session_info **session_info); BOOL (*have_feature)(struct gensec_security *gensec_security, uint32 feature); + BOOL disabled_by_default; }; #define GENSEC_INTERFACE_VERSION 0 -- cgit