From 6913f986f4213e056f724ed3be3aee313c07d78c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Jul 2008 21:37:09 +0200 Subject: net: add "-k" switch for kerberos authentication (in preparation for #5416). Guenther (This used to be commit 4cce94d464b16d29b638da3a581d98a237959b63) --- source3/utils/net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net.h') diff --git a/source3/utils/net.h b/source3/utils/net.h index 01a76a0db1..4f59ff995c 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -56,6 +56,7 @@ struct net_context { const char *opt_exclude; const char *opt_destination; int opt_testmode; + bool opt_kerberos; int opt_have_ip; struct sockaddr_storage opt_dest_ip; -- cgit