mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-18 14:56:55 +00:00
- markus@cvs.openbsd.org 2003/07/23 07:42:43
[sshd_config] remove AFS; itojun@
This commit is contained in:
parent
6aaa58c470
commit
c20c60bc99
@ -9,6 +9,10 @@
|
|||||||
test+ok henning@
|
test+ok henning@
|
||||||
- (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
|
- (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
|
||||||
- (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
|
- (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
|
||||||
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
- markus@cvs.openbsd.org 2003/07/23 07:42:43
|
||||||
|
[sshd_config]
|
||||||
|
remove AFS; itojun@
|
||||||
|
|
||||||
20030730
|
20030730
|
||||||
- (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
|
- (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
|
||||||
@ -747,4 +751,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.2869 2003/08/02 12:24:49 dtucker Exp $
|
$Id: ChangeLog,v 1.2870 2003/08/02 12:31:45 dtucker Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: sshd_config,v 1.61 2003/06/20 05:48:21 djm Exp $
|
# $OpenBSD: sshd_config,v 1.62 2003/07/23 07:42:43 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.
|
||||||
@ -63,10 +63,6 @@
|
|||||||
#KerberosAuthentication no
|
#KerberosAuthentication no
|
||||||
#KerberosOrLocalPasswd yes
|
#KerberosOrLocalPasswd yes
|
||||||
#KerberosTicketCleanup yes
|
#KerberosTicketCleanup yes
|
||||||
|
|
||||||
#AFSTokenPassing no
|
|
||||||
|
|
||||||
# Kerberos TGT Passing only works with the AFS kaserver
|
|
||||||
#KerberosTgtPassing no
|
#KerberosTgtPassing no
|
||||||
|
|
||||||
# Set this to 'yes' to enable PAM authentication (via challenge-response)
|
# Set this to 'yes' to enable PAM authentication (via challenge-response)
|
||||||
|
Loading…
Reference in New Issue
Block a user