Changeset 1627


Ignore:
Timestamp:
Sep 8, 2010, 10:06:13 PM (14 years ago)
Author:
ezyang
Message:
Remove multihomed patch, use GSSAPIStrictAcceptorCheck instead.
Location:
branches/fc13-dev/server
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/fc13-dev/server/fedora/config/etc/ssh/sshd_config

    r1267 r1627  
    55GSSAPIAuthentication yes
    66GSSAPICleanupCredentials yes
     7GSSAPIStrictAcceptorCheck no
    78UsePAM yes
    89AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
  • branches/fc13-dev/server/fedora/specs/openssh.spec.patch

    r1615 r1627  
    1010 #URL1: http://pamsshagentauth.sourceforge.net
    1111 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
    12 @@ -88,6 +88,8 @@
     12@@ -88,6 +88,7 @@
    1313 Source3: sshd.init
    1414 Source4: http://prdownloads.sourceforge.net/pamsshagentauth/pam_ssh_agent_auth/pam_ssh_agent_auth-%{pam_ssh_agent_ver}.tar.bz2
    1515 Source5: pam_ssh_agent-rmheaders
    16 +Patch1000: openssh-5.0p1-multihomed.patch
    1716+Patch1001: openssh-4.7p1-gssapi-name-in-env.patch
    1817 Patch0: openssh-5.4p1-redhat.patch
     
    2726 %package askpass
    2827 Summary: A passphrase dialog for OpenSSH and X
    29 @@ -267,6 +270,9 @@
     28@@ -267,6 +270,8 @@
    3029 %patch75 -p1 -b .dso
    3130 %patch76 -p1 -b .bz595935
    3231 
    33 +%patch1000 -p1 -b .multihomed
    3432+%patch1001 -p1 -b .gssapi-env
    3533+
Note: See TracChangeset for help on using the changeset viewer.