rpms/openssh/devel openssh-5.5p1-pka-ldap.patch,1.5,1.6

Jan F. Chadima jfch2222 at fedoraproject.org
Fri May 14 08:19:04 UTC 2010


Author: jfch2222

Update of /cvs/pkgs/rpms/openssh/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32462

Modified Files:
	openssh-5.5p1-pka-ldap.patch 
Log Message:
* Fri May 14 2010 Jan F. Chadima <jchadima at redhat.com> - 5.5p1-10 + 0.9.2-26
- Repair the reference in man ssh-ldap-helper(8)
- Repair the PubkeyAgent section in sshd_config(5)
- Provide example ldap.conf


openssh-5.5p1-pka-ldap.patch:
 Makefile.in                 |   26 +
 README.lpk                  |  274 +++++++++++++++++
 auth2-pubkey.c              |  158 +++++++++-
 config.h.in                 |   94 +++++-
 configure.ac                |  114 +++++++
 ldap-helper.c               |  154 +++++++++
 ldap-helper.h               |   32 ++
 ldap.conf                   |   88 +++++
 ldapbody.c                  |  494 +++++++++++++++++++++++++++++++
 ldapbody.h                  |   37 ++
 ldapconf.c                  |  682 ++++++++++++++++++++++++++++++++++++++++++++
 ldapconf.h                  |   71 ++++
 ldapincludes.h              |   41 ++
 ldapmisc.c                  |   79 +++++
 ldapmisc.h                  |   35 ++
 lpk-user-example.txt        |  117 +++++++
 openssh-lpk-openldap.schema |   21 +
 openssh-lpk-sun.schema      |   23 +
 servconf.c                  |   28 +
 servconf.h                  |    2 
 ssh-ldap-helper.8           |   79 +++++
 ssh-ldap.conf.5             |  371 +++++++++++++++++++++++
 sshd_config                 |    2 
 sshd_config.0               |   14 
 sshd_config.5               |   12 
 25 files changed, 3023 insertions(+), 25 deletions(-)

Index: openssh-5.5p1-pka-ldap.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openssh/devel/openssh-5.5p1-pka-ldap.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- openssh-5.5p1-pka-ldap.patch	14 May 2010 07:44:52 -0000	1.5
+++ openssh-5.5p1-pka-ldap.patch	14 May 2010 08:19:04 -0000	1.6
@@ -2942,7 +2942,7 @@ diff -up openssh-5.5p1/sshd_config.pka o
 diff -up openssh-5.5p1/ssh-ldap.conf.5.pka openssh-5.5p1/ssh-ldap.conf.5
 --- openssh-5.5p1/ssh-ldap.conf.5.pka	2010-05-14 08:19:02.000000000 +0200
 +++ openssh-5.5p1/ssh-ldap.conf.5	2010-05-14 08:19:02.000000000 +0200
-@@ -0,0 +1,369 @@
+@@ -0,0 +1,371 @@
 +.\" $OpenBSD: ssh-ldap.conf.5,v 1.1 2010/02/10 23:20:38 markus Exp $
 +.\"
 +.\" Copyright (c) 2010 Jan F. Chadima.  All rights reserved.
@@ -2986,7 +2986,6 @@ diff -up openssh-5.5p1/ssh-ldap.conf.5.p
 +may be incorrect, as the quotes would become part of the value.
 +The possible keywords and their meanings are as follows (note that
 +keywords are case-insensitive and arguments, on a case by case basis, may be case-sensitive).
-+.Bl -tag -width Ds
 +.It Cm URI
 +The argument(s) are in the form
 +.Pa ldap[si]://[name[:port]]
@@ -3298,6 +3297,9 @@ diff -up openssh-5.5p1/ssh-ldap.conf.5.p
 +.It Cm Debug
 +Specifies the debug level used for logging by the LDAP client library.
 +There is no default.
++.It Cm SSH_Filter
++Specifies the user filter applied on the LDAP serch.
++The default is no filter.
 +.Sh FILES
 +.Bl -tag -width Ds
 +.It Pa  /etc/ssh/ldap.conf



More information about the scm-commits mailing list