diff options
author | dtucker <dtucker> | 2003-10-02 06:20:54 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2003-10-02 06:20:54 +0000 |
commit | ce387924aebf09cd466216648048408e8406a9a2 (patch) | |
tree | 53a1f83b2d73c7eaaf17526d4e2b43c39030fb46 /servconf.c | |
parent | 520e1b631734744ad01704396292a8ae7807c0da (diff) | |
download | openssh-ce387924aebf09cd466216648048408e8406a9a2.tar.gz |
- markus@cvs.openbsd.org 2003/09/29 20:19:57
[servconf.c sshd_config]
GSSAPICleanupCreds -> GSSAPICleanupCredentials
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: servconf.c,v 1.127 2003/09/01 18:15:50 markus Exp $"); +RCSID("$OpenBSD: servconf.c,v 1.128 2003/09/29 20:19:57 markus Exp $"); #include "ssh.h" #include "log.h" @@ -310,10 +310,10 @@ static struct { { "afstokenpassing", sUnsupported }, #ifdef GSSAPI { "gssapiauthentication", sGssAuthentication }, - { "gssapicleanupcreds", sGssCleanupCreds }, + { "gssapicleanupcredentials", sGssCleanupCreds }, #else { "gssapiauthentication", sUnsupported }, - { "gssapicleanupcreds", sUnsupported }, + { "gssapicleanupcredentials", sUnsupported }, #endif { "passwordauthentication", sPasswordAuthentication }, { "kbdinteractiveauthentication", sKbdInteractiveAuthentication }, |