Author: aredridel                    Date: Sun Jul  5 23:32:03 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add u...@domain patch to make users with a posix userid including @domain work

---- Files affected:
packages/libnfsidmap:
   libnfsidmap.spec (1.15 -> 1.16) , [email protected] (NONE -> 
1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libnfsidmap/libnfsidmap.spec
diff -u packages/libnfsidmap/libnfsidmap.spec:1.15 
packages/libnfsidmap/libnfsidmap.spec:1.16
--- packages/libnfsidmap/libnfsidmap.spec:1.15  Wed Mar  4 23:53:17 2009
+++ packages/libnfsidmap/libnfsidmap.spec       Mon Jul  6 01:31:58 2009
@@ -12,7 +12,8 @@
 Patch0:                %{name}-idmapd.conf.patch
 Patch1:                %{name}-default-domain.patch
 Patch2:                %{name}-nss-localrealms.patch
-BuildRequires: openldap-devel >= 2.4.6
+Patch3:                %{name}[email protected]
+BuildRequires: openldap-devel
 Obsoletes:     nfsidmap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -53,6 +54,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure
@@ -115,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2009/07/05 23:31:58  aredridel
+- add u...@domain patch to make users with a posix userid including @domain 
work
+
 Revision 1.15  2009/03/04 22:53:17  baggins
 - rel 3
 - there is no sensitive data in idmapd.conf, no reason for mode 660

================================================================
Index: packages/libnfsidmap/[email protected]
diff -u /dev/null packages/libnfsidmap/[email protected]:1.1
--- /dev/null   Mon Jul  6 01:32:04 2009
+++ packages/libnfsidmap/[email protected]  Mon Jul  6 01:31:58 2009
@@ -0,0 +1,12 @@
+diff -ur libnfsidmap-0.21-o/nss.c libnfsidmap-0.21/nss.c
+--- libnfsidmap-0.21-o/nss.c   2009-07-05 17:08:54.000000000 -0600
++++ libnfsidmap-0.21/nss.c     2009-07-05 17:11:26.000000000 -0600
+@@ -143,7 +143,7 @@
+       char *l = NULL;
+       int len;
+ 
+-      c = strchr(name, '@');
++      c = strrchr(name, '@');
+       if (c == NULL && domain != NULL)
+               goto out;
+       if (c == NULL && domain == NULL) {
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libnfsidmap/libnfsidmap.spec?r1=1.15&r2=1.16&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to