mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-09 18:36:56 +00:00
- markus@cvs.openbsd.org 2003/09/29 20:19:57
[servconf.c sshd_config] GSSAPICleanupCreds -> GSSAPICleanupCredentials
This commit is contained in:
parent
6177695c0b
commit
a49d36e7b9
@ -25,6 +25,9 @@
|
|||||||
- some other cleanup
|
- some other cleanup
|
||||||
requested by deraadt@;
|
requested by deraadt@;
|
||||||
ok deraadt@ markus@
|
ok deraadt@ markus@
|
||||||
|
- markus@cvs.openbsd.org 2003/09/29 20:19:57
|
||||||
|
[servconf.c sshd_config]
|
||||||
|
GSSAPICleanupCreds -> GSSAPICleanupCredentials
|
||||||
|
|
||||||
20030930
|
20030930
|
||||||
- (bal) Fix issues in openbsd-compat/realpath.c
|
- (bal) Fix issues in openbsd-compat/realpath.c
|
||||||
@ -1260,4 +1263,4 @@
|
|||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
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 $
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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 "ssh.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
@ -310,10 +310,10 @@ static struct {
|
|||||||
{ "afstokenpassing", sUnsupported },
|
{ "afstokenpassing", sUnsupported },
|
||||||
#ifdef GSSAPI
|
#ifdef GSSAPI
|
||||||
{ "gssapiauthentication", sGssAuthentication },
|
{ "gssapiauthentication", sGssAuthentication },
|
||||||
{ "gssapicleanupcreds", sGssCleanupCreds },
|
{ "gssapicleanupcredentials", sGssCleanupCreds },
|
||||||
#else
|
#else
|
||||||
{ "gssapiauthentication", sUnsupported },
|
{ "gssapiauthentication", sUnsupported },
|
||||||
{ "gssapicleanupcreds", sUnsupported },
|
{ "gssapicleanupcredentials", sUnsupported },
|
||||||
#endif
|
#endif
|
||||||
{ "passwordauthentication", sPasswordAuthentication },
|
{ "passwordauthentication", sPasswordAuthentication },
|
||||||
{ "kbdinteractiveauthentication", sKbdInteractiveAuthentication },
|
{ "kbdinteractiveauthentication", sKbdInteractiveAuthentication },
|
||||||
|
@ -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
|
# This is the sshd server system-wide configuration file. See
|
||||||
# sshd_config(5) for more information.
|
# sshd_config(5) for more information.
|
||||||
@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
# GSSAPI options
|
# GSSAPI options
|
||||||
#GSSAPIAuthentication no
|
#GSSAPIAuthentication no
|
||||||
#GSSAPICleanupCreds yes
|
#GSSAPICleanupCredentials yes
|
||||||
|
|
||||||
# Set this to 'yes' to enable PAM authentication (via challenge-response)
|
# Set this to 'yes' to enable PAM authentication (via challenge-response)
|
||||||
# and session processing. Depending on your PAM configuration, this may
|
# and session processing. Depending on your PAM configuration, this may
|
||||||
|
Loading…
Reference in New Issue
Block a user