1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

net: add "-k" switch for kerberos authentication (in preparation for #5416).

Guenther
(This used to be commit 4cce94d464)
This commit is contained in:
Günther Deschner
2008-07-30 21:37:09 +02:00
parent 536c26aa02
commit 6913f986f4
4 changed files with 17 additions and 4 deletions

View File

@ -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;