summaryrefslogtreecommitdiff
path: root/auth/gensec/gensec_internal.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-07-20 23:28:51 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-07-25 13:51:11 +0200
commiteb6b2b63e997967b9222741dff166ba73ec54064 (patch)
treee9a45350fd13a6a325bca3864b5763f55413a711 /auth/gensec/gensec_internal.h
parent692425f09a6d03a13861140f8e5446ca1e848887 (diff)
downloadsamba-eb6b2b63e997967b9222741dff166ba73ec54064.tar.gz
auth/gensec: introduce gensec_security_ops.glue in order to avoid depending on GENSEC_OID_SPNEGO being special
In future we have get more backends that can negotiate other backends, we should keep all of them even if we require kerberos. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'auth/gensec/gensec_internal.h')
-rw-r--r--auth/gensec/gensec_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/gensec/gensec_internal.h b/auth/gensec/gensec_internal.h
index c73be11ded6..911b48b52d6 100644
--- a/auth/gensec/gensec_internal.h
+++ b/auth/gensec/gensec_internal.h
@@ -86,6 +86,7 @@ struct gensec_security_ops {
bool enabled;
bool kerberos;
enum gensec_priority priority;
+ bool glue;
};
struct gensec_security_ops_wrapper {