Deleted Added
full compact
2c2
< * Copyright (c) 1997-2001 Kungliga Tekniska H�gskolan
---
> * Copyright (c) 1997-2002 Kungliga Tekniska H�gskolan
38c38
< RCSID("$Id: config.c,v 1.36 2001/05/17 07:13:43 joda Exp $");
---
> RCSID("$Id: config.c,v 1.39 2002/02/04 10:53:48 joda Exp $");
69a70
> int enable_kaserver = -1;
71,73d71
< #ifdef KASERVER
< krb5_boolean enable_kaserver = -1;
< #endif
109,110d106
< #endif
< #ifdef KASERVER
112,113c108,109
< "kaserver", 'K', arg_negative_flag, &enable_kaserver,
< "turn off kaserver support"
---
> "kaserver", 'K', arg_flag, &enable_kaserver,
> "enable kaserver support"
117c113
< "ports to listen to"
---
> "ports to listen to", "portspec"
188c184,185
< } else {
---
> } else if(databases == NULL) {
> /* if there are none specified, use some default */
200a198
> /* final pathname component does not contain a . */
202a201,202
> /* the filename is something.else, replace .else with
> .mkey */
332,333d331
< #endif
< #ifdef KASERVER
335c333
< enable_kaserver = krb5_config_get_bool_default(context, cf, TRUE,
---
> enable_kaserver = krb5_config_get_bool_default(context, cf, FALSE,