]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- fixing lpk trigger caps
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Sep 2011 21:45:52 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh.spec -> 1.372

openssh.spec

index f7c49b52be331a9da4faba9e6e56cb8d91913cf8..39751de484f3529ace6034eba1132e4e7ca16ddf 100644 (file)
@@ -664,7 +664,7 @@ if grep -qE '^(UseLPK|Lpk)' %{_sysconfdir}/sshd_config; then
                # disable old configs
                # just UseLPK/LkpLdapConf supported for now
                s/^UseLPK/## Obsolete &/
-               s/^LPK/## Obsolete &/
+               s/^Lpk/## Obsolete &/
                # Enable new ones, assumes /etc/ldap.conf defaults, see HOWTO.ldap-keys
                /UseLPK/iAuthorizedKeysCommand "%{_libexecdir}/ssh-ldap-wrapper"
        ' %{_sysconfdir}/sshd_config
This page took 0.059687 seconds and 4 git commands to generate.