]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-ldap-fixes.patch
updated rebased ldap patch from fedora (adds AccountClass ldap.conf param)
[packages/openssh.git] / openssh-ldap-fixes.patch
1 diff -ur openssh-5.9p1.org/ldap-helper.c openssh-5.9p1/ldap-helper.c
2 --- openssh-5.9p1.org/ldap-helper.c     2011-09-11 08:44:20.526555802 +0200
3 +++ openssh-5.9p1/ldap-helper.c 2011-09-11 08:43:11.328426660 +0200
4 @@ -62,6 +62,8 @@
5  int
6  main(int ac, char **av)
7  {
8 +       extern char *optarg;
9 +       extern int optind;
10         int opt;
11         FILE *outfile = NULL;
12  
13 diff -ur openssh-5.9p1.org/Makefile.in openssh-5.9p1/Makefile.in
14 --- openssh-5.9p1.org/Makefile.in       2011-09-11 08:44:20.543222823 +0200
15 +++ openssh-5.9p1/Makefile.in   2011-09-11 08:43:11.348427083 +0200
16 @@ -165,7 +165,7 @@
17         $(LD) -o $@ ssh-pkcs11-helper.o ssh-pkcs11.o $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lssh -lopenbsd-compat $(LIBS)
18  
19  ssh-ldap-helper$(EXEEXT): $(LIBCOMPAT) libssh.a ldapconf.o ldapbody.o ldapmisc.o ldap-helper.o
20 -       $(LD) -o $@ ldapconf.o ldapbody.o ldapmisc.o ldap-helper.o $(LDFLAGS) -lssh -lopenbsd-compat -lfipscheck $(LIBS)
21 +       $(LD) -o $@ ldapconf.o ldapbody.o ldapmisc.o ldap-helper.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
22  
23  ssh-keyscan$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keyscan.o roaming_dummy.o
24         $(LD) -o $@ ssh-keyscan.o roaming_dummy.o $(LDFLAGS) -lssh -lopenbsd-compat -lssh $(LIBS)
25
This page took 0.060584 seconds and 3 git commands to generate.