summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-02 16:20:54 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-02 16:20:54 +1000
commita49d36e7b9727edf472750a249dd7655ae1594fd (patch)
treec2a58a53ed659570114cea58e2a400df6b3ccf5e /servconf.c
parent6177695c0b4e5cc3fbcbcbf6d041781465bc4680 (diff)
- 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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c
index 58f49a2f4..0df62ad63 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: servconf.c,v 1.127 2003/09/01 18:15:50 markus Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.128 2003/09/29 20:19:57 markus Exp $");
14 14
15#include "ssh.h" 15#include "ssh.h"
16#include "log.h" 16#include "log.h"
@@ -310,10 +310,10 @@ static struct {
310 { "afstokenpassing", sUnsupported }, 310 { "afstokenpassing", sUnsupported },
311#ifdef GSSAPI 311#ifdef GSSAPI
312 { "gssapiauthentication", sGssAuthentication }, 312 { "gssapiauthentication", sGssAuthentication },
313 { "gssapicleanupcreds", sGssCleanupCreds }, 313 { "gssapicleanupcredentials", sGssCleanupCreds },
314#else 314#else
315 { "gssapiauthentication", sUnsupported }, 315 { "gssapiauthentication", sUnsupported },
316 { "gssapicleanupcreds", sUnsupported }, 316 { "gssapicleanupcredentials", sUnsupported },
317#endif 317#endif
318 { "passwordauthentication", sPasswordAuthentication }, 318 { "passwordauthentication", sPasswordAuthentication },
319 { "kbdinteractiveauthentication", sKbdInteractiveAuthentication }, 319 { "kbdinteractiveauthentication", sKbdInteractiveAuthentication },