зеркало из https://github.com/Azure/sonic-openssh.git
- (djm) OpenBSD CVS Sync
- deraadt@cvs.openbsd.org 2002/04/20 09:02:03 [servconf.c] No, afs requires explicit enabling
This commit is contained in:
Родитель
7941855f09
Коммит
e4ccf100e0
|
@ -10,7 +10,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: servconf.c,v 1.105 2002/03/20 19:12:24 stevesk Exp $");
|
RCSID("$OpenBSD: servconf.c,v 1.106 2002/04/20 09:02:03 deraadt Exp $");
|
||||||
|
|
||||||
#if defined(KRB4)
|
#if defined(KRB4)
|
||||||
#include <krb.h>
|
#include <krb.h>
|
||||||
|
@ -212,7 +212,7 @@ fill_default_server_options(ServerOptions *options)
|
||||||
#endif
|
#endif
|
||||||
#ifdef AFS
|
#ifdef AFS
|
||||||
if (options->afs_token_passing == -1)
|
if (options->afs_token_passing == -1)
|
||||||
options->afs_token_passing = k_hasafs();
|
options->afs_token_passing = 0;
|
||||||
#endif
|
#endif
|
||||||
if (options->password_authentication == -1)
|
if (options->password_authentication == -1)
|
||||||
options->password_authentication = 1;
|
options->password_authentication = 1;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче