[openssh] fix the example in the HOWTO.ldap-keys

plautrba plautrba at fedoraproject.org
Mon May 20 13:05:01 UTC 2013


commit f5022aa5ae6b4cfdaede710a0558be6a02c0ed69
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Mon May 20 15:02:20 2013 +0200

    fix the example in the HOWTO.ldap-keys

 openssh-6.2p1-ldap.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openssh-6.2p1-ldap.patch b/openssh-6.2p1-ldap.patch
index c8795b5..d97bcca 100644
--- a/openssh-6.2p1-ldap.patch
+++ b/openssh-6.2p1-ldap.patch
@@ -146,8 +146,8 @@ diff -up openssh-6.2p1/HOWTO.ldap-keys.ldap openssh-6.2p1/HOWTO.ldap-keys
 +	sshPublicKey: command="kill -9 1" ssh-rss AAAAM5...
 +4) on the ssh side set in sshd_config
 +  * Set up the backend
-+	AuthorizedKeysCommand "/usr/libexec/openssh/ssh-ldap-wrapper"
-+	AuthorizedKeysCommandRunAs <appropriate user to run LDAP>
++	AuthorizedKeysCommand /usr/libexec/openssh/ssh-ldap-wrapper
++	AuthorizedKeysCommandUser <appropriate user to run LDAP>
 +  * Do not forget to set
 +	PubkeyAuthentication yes
 +  * Swith off unnecessary auth methods


More information about the scm-commits mailing list