FreeBSD Bugzilla – Attachment 71651 Details for
Bug 104310
[PATCH] net/nss_ldap: Fix some bugs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nss_ldap-1.251_1.patch
nss_ldap-1.251_1.patch (text/plain), 2.16 KB, created by
gslin
on 2006-10-12 00:10:16 UTC
(
hide
)
Description:
nss_ldap-1.251_1.patch
Filename:
MIME Type:
Creator:
gslin
Created:
2006-10-12 00:10:16 UTC
Size:
2.16 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/net/nss_ldap/Makefile /home/staff/gslin/work/ports/nss_ldap/Makefile >--- /usr/ports/net/nss_ldap/Makefile Sun Jul 30 04:47:45 2006 >+++ /home/staff/gslin/work/ports/nss_ldap/Makefile Thu Oct 12 06:58:06 2006 >@@ -7,6 +7,7 @@ > > PORTNAME= nss_ldap > PORTVERSION= 1.${NSS_LDAP_VERSION} >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= http://www.padl.com/download/ \ > ${MASTER_SITE_LOCAL} >@@ -16,13 +17,14 @@ > MAINTAINER= kazakov@gmail.com > COMMENT= RFC 2307 NSS module > >-USE_OPENLDAP= yes >- > NSS_LDAP_VERSION=251 > > GNU_CONFIGURE= yes > USE_GMAKE= yes >-INSTALLS_SHLIB= yes >+USE_LDCONFIG= yes >+USE_OPENLDAP= yes >+ >+PLIST_FILES= etc/nss_ldap.conf.sample lib/nss_ldap.so.1 > > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib -Wl,-rpath,${LOCALBASE}/lib" >@@ -44,13 +46,13 @@ > ${INSTALL_DATA} ${WRKSRC}/ldap.conf ${PREFIX}/etc/nss_ldap.conf.sample > @${REINPLACE_CMD} 's,/etc/ldap.,${PREFIX}/etc/nss_ldap.,g' \ > ${WRKSRC}/${MAN5} >- ${INSTALL_MAN} ${WRKSRC}/${MAN5} ${PREFIX}/man/man5 >+ ${INSTALL_MAN} ${WRKSRC}/${MAN5} ${MAN5PREFIX}/man/man5 > ${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGMESSAGE} > > .include <bsd.port.pre.mk> > > .if ${OSVERSION} < 500112 >-IGNORE= NSS modules only supported on FreeBSD 5.1 or later >+IGNORE= this NSS modules only supported on FreeBSD 5.1 or later > .endif > > .include <bsd.port.post.mk> >diff -ruN --exclude=CVS /usr/ports/net/nss_ldap/files/patch-ldap-pwd.c /home/staff/gslin/work/ports/nss_ldap/files/patch-ldap-pwd.c >--- /usr/ports/net/nss_ldap/files/patch-ldap-pwd.c Wed May 24 18:48:59 2006 >+++ /home/staff/gslin/work/ports/nss_ldap/files/patch-ldap-pwd.c Thu Oct 12 06:55:26 2006 >@@ -21,7 +21,7 @@ > + * { > + */ > /* don't include password for shadowAccount */ >-+ if (getuid() != 0) >++ if (geteuid() != 0) > + { > + /* don't include password for non-root users */ > if (buflen < 3) >diff -ruN --exclude=CVS /usr/ports/net/nss_ldap/pkg-plist /home/staff/gslin/work/ports/nss_ldap/pkg-plist >--- /usr/ports/net/nss_ldap/pkg-plist Thu Jan 8 22:28:35 2004 >+++ /home/staff/gslin/work/ports/nss_ldap/pkg-plist Thu Jan 1 08:00:00 1970 >@@ -1,2 +0,0 @@ >-etc/nss_ldap.conf.sample >-lib/nss_ldap.so.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 104310
: 71651