GSSAPICleanupCredentials vs GSSAPICleanupCreds

Andreas andreas at conectiva.com.br
Wed Dec 10 23:55:36 EST 2003


In 3.7.1p2, the sshd_config manpage talks about GSSAPICleanupCredentials, while
servconf.c uses GSSAPICleanupCreds. Here is a patch:

--- openssh-3.7.1p2/servconf.c.orig 2003-12-10 10:43:52.000000000 -0200
+++ openssh-3.7.1p2/servconf.c  2003-12-10 10:44:13.000000000 -0200
@@ -310,10 +310,10 @@
    { "afstokenpassing", sUnsupported },
 #ifdef GSSAPI
    { "gssapiauthentication", sGssAuthentication },
-   { "gssapicleanupcreds", sGssCleanupCreds },
+   { "gssapicleanupcredentials", sGssCleanupCreds },
 #else
    { "gssapiauthentication", sUnsupported },
-   { "gssapicleanupcreds", sUnsupported },
+   { "gssapicleanupcredentials", sUnsupported },
 #endif
    { "passwordauthentication", sPasswordAuthentication },
    { "kbdinteractiveauthentication", sKbdInteractiveAuthentication },





More information about the openssh-unix-dev mailing list