diff options
author | nectar <nectar@FreeBSD.org> | 2005-02-24 22:22:53 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-02-24 22:22:53 +0000 |
commit | 2565fa13487d5bfc858144e431e3dfd7ffa5200e (patch) | |
tree | d83f145ef556e56c8369b30056ea9442b0017aeb /crypto/heimdal/kadmin/kadmind.c | |
parent | 1473734316df327692d00ceb60c4610765f68749 (diff) | |
download | FreeBSD-src-2565fa13487d5bfc858144e431e3dfd7ffa5200e.zip FreeBSD-src-2565fa13487d5bfc858144e431e3dfd7ffa5200e.tar.gz |
Vendor import of Heimdal 0.6.3.
Diffstat (limited to 'crypto/heimdal/kadmin/kadmind.c')
-rw-r--r-- | crypto/heimdal/kadmin/kadmind.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/kadmin/kadmind.c b/crypto/heimdal/kadmin/kadmind.c index 2998ee6..7c52637 100644 --- a/crypto/heimdal/kadmin/kadmind.c +++ b/crypto/heimdal/kadmin/kadmind.c @@ -33,7 +33,7 @@ #include "kadmin_locl.h" -RCSID("$Id: kadmind.c,v 1.28 2002/10/21 13:21:24 joda Exp $"); +RCSID("$Id: kadmind.c,v 1.28.2.1 2004/04/29 12:30:32 lha Exp $"); static char *check_library = NULL; static char *check_function = NULL; @@ -46,7 +46,7 @@ static int debug_flag; static char *port_str; char *realm; #ifdef KRB4 -int do_kerberos4 = 1; +int do_kerberos4 = 0; #endif static struct getargs args[] = { @@ -75,7 +75,7 @@ static struct getargs args[] = { "enable debugging" }, #ifdef KRB4 - { "kerberos4", 0, arg_negative_flag, &do_kerberos4, + { "kerberos4", 0, arg_flag, &do_kerberos4, "don't respond to kerberos 4 requests" }, #endif |