]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- updated for openssh 3.7
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 16 Sep 2003 17:28:42 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ldappubkey-ossh3.6-v2.patch -> 1.2

ldappubkey-ossh3.6-v2.patch

index e9dcc733ad2e44158d0d6d1019ae2bc3e199b86c..e0adc205b114504dac5bdeb28dcaaaaf6caa911a 100644 (file)
@@ -384,7 +384,7 @@ diff -ru openssh-3.6.1p1/servconf.c openssh-3.6.1p1-ldappubkey/servconf.c
 @@ -303,6 +322,9 @@
        sClientAliveCountMax, sAuthorizedKeysFile, sAuthorizedKeysFile2,
        sUsePrivilegeSeparation,
-       sDeprecated
+       sDeprecated, sUnsupported
 +#ifdef WITH_LDAP_PUBKEY
 +          ,sPubkey_from_ldap, sLdap_server, sBinddn, sBindpw, sMgroup
 +#endif
@@ -489,7 +489,7 @@ diff -ru openssh-3.6.1p1/servconf.h openssh-3.6.1p1-ldappubkey/servconf.h
 @@ -132,6 +148,9 @@
        char   *authorized_keys_file;   /* File containing public keys */
        char   *authorized_keys_file2;
-       int     pam_authentication_via_kbd_int;
+       int     use_pam;                /* Enable auth via PAM */
 +#ifdef WITH_LDAP_PUBKEY
 +      ldap_opt myldap_opt;
 +#endif
This page took 0.300881 seconds and 4 git commands to generate.