[servconf.c sshd_config]
     GSSAPICleanupCreds -> GSSAPICleanupCredentials
This commit is contained in:
Darren Tucker 2003-10-02 16:20:54 +10:00
parent 6177695c0b
commit a49d36e7b9
3 changed files with 9 additions and 6 deletions

View File

@ -25,6 +25,9 @@
- some other cleanup
requested by deraadt@;
ok deraadt@ markus@
- markus@cvs.openbsd.org 2003/09/29 20:19:57
[servconf.c sshd_config]
GSSAPICleanupCreds -> GSSAPICleanupCredentials
20030930
- (bal) Fix issues in openbsd-compat/realpath.c
@ -1260,4 +1263,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3049 2003/10/02 06:19:47 dtucker Exp $
$Id: ChangeLog,v 1.3050 2003/10/02 06:20:54 dtucker Exp $

View File

@ -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 },

View File

@ -1,4 +1,4 @@
# $OpenBSD: sshd_config,v 1.65 2003/08/28 12:54:34 markus Exp $
# $OpenBSD: sshd_config,v 1.66 2003/09/29 20:19:57 markus Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
@ -64,7 +64,7 @@
# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCreds yes
#GSSAPICleanupCredentials yes
# Set this to 'yes' to enable PAM authentication (via challenge-response)
# and session processing. Depending on your PAM configuration, this may