summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/servconf.c b/servconf.c
index 219a0300f..60febff99 100644
--- a/servconf.c
+++ b/servconf.c
@@ -333,11 +333,15 @@ static struct {
333 { "gssapiauthentication", sGssAuthentication }, 333 { "gssapiauthentication", sGssAuthentication },
334 { "gssapikeyexchange", sGssKeyEx }, 334 { "gssapikeyexchange", sGssKeyEx },
335 { "gssapicleanupcredentials", sGssCleanupCreds }, 335 { "gssapicleanupcredentials", sGssCleanupCreds },
336 { "gssapicleanupcreds", sGssCleanupCreds },
336#else 337#else
337 { "gssapiauthentication", sUnsupported }, 338 { "gssapiauthentication", sUnsupported },
338 { "gssapikeyexchange", sUnsupported }, 339 { "gssapikeyexchange", sUnsupported },
339 { "gssapicleanupcredentials", sUnsupported }, 340 { "gssapicleanupcredentials", sUnsupported },
341 { "gssapicleanupcreds", sUnsupported },
340#endif 342#endif
343 { "gssusesessionccache", sUnsupported },
344 { "gssapiusesessioncredcache", sUnsupported },
341 { "passwordauthentication", sPasswordAuthentication }, 345 { "passwordauthentication", sPasswordAuthentication },
342 { "kbdinteractiveauthentication", sKbdInteractiveAuthentication }, 346 { "kbdinteractiveauthentication", sKbdInteractiveAuthentication },
343 { "challengeresponseauthentication", sChallengeResponseAuthentication }, 347 { "challengeresponseauthentication", sChallengeResponseAuthentication },