summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-07-02 22:09:54 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-07-02 22:09:54 +0000
commitf4936e0a16e70925dd826457aab9f7735ddb5687 (patch)
tree39a9c5d5fe5317b1b6267a3df7b9d9b895b47ff8 /sys-auth/nss_ldap/files
parentManual Manifest commit. (diff)
downloadgentoo-2-f4936e0a16e70925dd826457aab9f7735ddb5687.tar.gz
gentoo-2-f4936e0a16e70925dd826457aab9f7735ddb5687.tar.bz2
gentoo-2-f4936e0a16e70925dd826457aab9f7735ddb5687.zip
Moved from net-libs/nss_ldap to sys-auth/nss_ldap.
Diffstat (limited to 'sys-auth/nss_ldap/files')
-rw-r--r--sys-auth/nss_ldap/files/db4_1.85.diff46
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-174-r21
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-2021
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-2071
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-207-r11
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-2101
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-2111
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-2151
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-215-r11
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-2201
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-2261
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-2331
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-2341
-rw-r--r--sys-auth/nss_ldap/files/digest-nss_ldap-2381
-rw-r--r--sys-auth/nss_ldap/files/nss_ldap-220-db4.2-patch.diff50
-rw-r--r--sys-auth/nss_ldap/files/nss_ldap-238-whitespace-fix.diff47
-rw-r--r--sys-auth/nss_ldap/files/nsswitch.ldap.diff15
17 files changed, 171 insertions, 0 deletions
diff --git a/sys-auth/nss_ldap/files/db4_1.85.diff b/sys-auth/nss_ldap/files/db4_1.85.diff
new file mode 100644
index 000000000000..7584fc63331b
--- /dev/null
+++ b/sys-auth/nss_ldap/files/db4_1.85.diff
@@ -0,0 +1,46 @@
+diff -urN nss_ldap-215/configure.in nss_ldap-215-modified/configure.in
+--- nss_ldap-215/configure.in 2004-01-07 07:02:15.000000000 -0600
++++ nss_ldap-215-modified/configure.in 2004-03-18 19:47:13.111404704 -0600
+@@ -133,6 +133,8 @@
+ AC_CHECK_HEADERS(db1/db.h)
+ AC_CHECK_HEADERS(db_185.h)
+ AC_CHECK_HEADERS(db3/db_185.h)
++AC_CHECK_HEADERS(db4/db_185.h)
++AC_CHECK_HEADERS(db4.1/db_185.h)
+ AC_CHECK_HEADERS(alignof.h)
+ AC_CHECK_HEADERS(rpc/rpcent.h)
+ AC_CHECK_HEADERS(sys/byteorder.h)
+diff -urN nss_ldap-215/ldap-nss.c nss_ldap-215-modified/ldap-nss.c
+--- nss_ldap-215/ldap-nss.c 2004-01-07 07:02:15.000000000 -0600
++++ nss_ldap-215-modified/ldap-nss.c 2004-03-18 19:48:19.139366928 -0600
+@@ -72,7 +72,11 @@
+ #include <sasl.h>
+ #endif
+ #ifdef AT_OC_MAP
+-#ifdef HAVE_DB3_DB_185_H
++#ifdef HAVE_DB4_1_DB_185_H
++#include <db4.1/db_185.h>
++#elif defined(HAVE_DB4_DB_185_H)
++#include <db4/db_185.h>
++#elif defined(HAVE_DB3_DB_185_H)
+ #include <db3/db_185.h>
+ #elif defined(HAVE_DB_185_H)
+ #include <db_185.h>
+diff -urN nss_ldap-215/util.c nss_ldap-215-modified/util.c
+--- nss_ldap-215/util.c 2004-01-07 07:02:15.000000000 -0600
++++ nss_ldap-215-modified/util.c 2004-03-18 19:49:16.347669944 -0600
+@@ -84,7 +84,13 @@
+ * right API!
+ */
+ #if defined(RFC2307BIS) || defined(AT_OC_MAP)
+-#ifdef HAVE_DB3_DB_185_H
++#ifdef HAVE_DB4_1_DB_185_H
++#include <db4.1/db_185.h>
++#define DN2UID_CACHE
++#elif defined(HAVE_DB4_DB_185_H)
++#include <db4/db_185.h>
++#define DN2UID_CACHE
++#elif defined(HAVE_DB3_DB_185_H)
+ #include <db3/db_185.h>
+ #define DN2UID_CACHE
+ #elif defined(HAVE_DB_185_H)
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-174-r2 b/sys-auth/nss_ldap/files/digest-nss_ldap-174-r2
new file mode 100644
index 000000000000..bb031d4bf49d
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-174-r2
@@ -0,0 +1 @@
+MD5 620d2e56730c5e4fd2378b426d9231e5 nss_ldap-174.tar.gz 165140
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-202 b/sys-auth/nss_ldap/files/digest-nss_ldap-202
new file mode 100644
index 000000000000..b9b5e0104aeb
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-202
@@ -0,0 +1 @@
+MD5 22dfe0d2fe9fd8aaaca8f108ede94671 nss_ldap-202.tar.gz 193338
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-207 b/sys-auth/nss_ldap/files/digest-nss_ldap-207
new file mode 100644
index 000000000000..85a4e8621e9a
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-207
@@ -0,0 +1 @@
+MD5 4cff03af355d9df5b6da87295b5bc712 nss_ldap-207.tar.gz 221122
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-207-r1 b/sys-auth/nss_ldap/files/digest-nss_ldap-207-r1
new file mode 100644
index 000000000000..85a4e8621e9a
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-207-r1
@@ -0,0 +1 @@
+MD5 4cff03af355d9df5b6da87295b5bc712 nss_ldap-207.tar.gz 221122
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-210 b/sys-auth/nss_ldap/files/digest-nss_ldap-210
new file mode 100644
index 000000000000..86e051a57a94
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-210
@@ -0,0 +1 @@
+MD5 4209de3cacedcc252c5273a0664b1ea9 nss_ldap-210.tar.gz 220887
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-211 b/sys-auth/nss_ldap/files/digest-nss_ldap-211
new file mode 100644
index 000000000000..13768c73b451
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-211
@@ -0,0 +1 @@
+MD5 34adcab5d46a436617ae686cc7c5e78f nss_ldap-211.tar.gz 221013
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-215 b/sys-auth/nss_ldap/files/digest-nss_ldap-215
new file mode 100644
index 000000000000..38bf07a63446
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-215
@@ -0,0 +1 @@
+MD5 c642a3f0dbaf2aacc3bfb1a9dc6c29d6 nss_ldap-215.tar.gz 202566
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-215-r1 b/sys-auth/nss_ldap/files/digest-nss_ldap-215-r1
new file mode 100644
index 000000000000..38bf07a63446
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-215-r1
@@ -0,0 +1 @@
+MD5 c642a3f0dbaf2aacc3bfb1a9dc6c29d6 nss_ldap-215.tar.gz 202566
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-220 b/sys-auth/nss_ldap/files/digest-nss_ldap-220
new file mode 100644
index 000000000000..c97e065818ed
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-220
@@ -0,0 +1 @@
+MD5 d401485fcabf4ea40d244c2c9a19247e nss_ldap-220.tar.gz 204826
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-226 b/sys-auth/nss_ldap/files/digest-nss_ldap-226
new file mode 100644
index 000000000000..9fca9879a7ff
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-226
@@ -0,0 +1 @@
+MD5 b741a705c112b8c51f6b32abe2540a5d nss_ldap-226.tar.gz 212923
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-233 b/sys-auth/nss_ldap/files/digest-nss_ldap-233
new file mode 100644
index 000000000000..e094963e17d9
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-233
@@ -0,0 +1 @@
+MD5 8adad0ca91887be47324ee919dd96c1a nss_ldap-233.tar.gz 215510
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-234 b/sys-auth/nss_ldap/files/digest-nss_ldap-234
new file mode 100644
index 000000000000..c48b25833277
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-234
@@ -0,0 +1 @@
+MD5 6fd1cf28056613cc12423423f3169e2d nss_ldap-234.tar.gz 215708
diff --git a/sys-auth/nss_ldap/files/digest-nss_ldap-238 b/sys-auth/nss_ldap/files/digest-nss_ldap-238
new file mode 100644
index 000000000000..cf5812d6278e
--- /dev/null
+++ b/sys-auth/nss_ldap/files/digest-nss_ldap-238
@@ -0,0 +1 @@
+MD5 97fd929b381329b972b3c3ddca5a4bbf nss_ldap-238.tar.gz 219945
diff --git a/sys-auth/nss_ldap/files/nss_ldap-220-db4.2-patch.diff b/sys-auth/nss_ldap/files/nss_ldap-220-db4.2-patch.diff
new file mode 100644
index 000000000000..ea3309ecf1a8
--- /dev/null
+++ b/sys-auth/nss_ldap/files/nss_ldap-220-db4.2-patch.diff
@@ -0,0 +1,50 @@
+diff -urN nss_ldap-215/configure.in nss_ldap-215-modified/configure.in
+--- nss_ldap-215/configure.in 2004-01-07 07:02:15.000000000 -0600
++++ nss_ldap-215-modified/configure.in 2004-03-18 19:47:13.111404704 -0600
+@@ -133,6 +133,9 @@
+ AC_CHECK_HEADERS(db1/db.h)
+ AC_CHECK_HEADERS(db_185.h)
+ AC_CHECK_HEADERS(db3/db_185.h)
++AC_CHECK_HEADERS(db4/db_185.h)
++AC_CHECK_HEADERS(db4.1/db_185.h)
++AC_CHECK_HEADERS(db4.2/db_185.h)
+ AC_CHECK_HEADERS(alignof.h)
+ AC_CHECK_HEADERS(rpc/rpcent.h)
+ AC_CHECK_HEADERS(sys/byteorder.h)
+diff -urN nss_ldap-215/ldap-nss.c nss_ldap-215-modified/ldap-nss.c
+--- nss_ldap-215/ldap-nss.c 2004-01-07 07:02:15.000000000 -0600
++++ nss_ldap-215-modified/ldap-nss.c 2004-03-18 19:48:19.139366928 -0600
+@@ -72,7 +72,13 @@
+ #include <sasl.h>
+ #endif
+ #ifdef AT_OC_MAP
+-#ifdef HAVE_DB3_DB_185_H
++#ifdef HAVE_DB4_2_DB_185_H
++#include <db4.2/db_185.h>
++#elif defined(HAVE_DB4_1_DB_185_H)
++#include <db4.1/db_185.h>
++#elif defined(HAVE_DB4_DB_185_H)
++#include <db4/db_185.h>
++#elif defined(HAVE_DB3_DB_185_H)
+ #include <db3/db_185.h>
+ #elif defined(HAVE_DB_185_H)
+ #include <db_185.h>
+diff -urN nss_ldap-215/util.c nss_ldap-215-modified/util.c
+--- nss_ldap-215/util.c 2004-01-07 07:02:15.000000000 -0600
++++ nss_ldap-215-modified/util.c 2004-03-18 19:49:16.347669944 -0600
+@@ -84,7 +84,14 @@
+ * right API!
+ */
+ #if defined(RFC2307BIS) || defined(AT_OC_MAP)
+-#ifdef HAVE_DB3_DB_185_H
++#define DN2UID_CACHE
++#ifdef HAVE_DB4_2_DB_185_H
++#include <db4.2/db_185.h>
++#elif defined(HAVE_DB4_1_DB_185_H)
++#include <db4.1/db_185.h>
++#elif defined(HAVE_DB4_DB_185_H)
++#include <db4/db_185.h>
++#elif defined(HAVE_DB3_DB_185_H)
+ #include <db3/db_185.h>
+ #define DN2UID_CACHE
+ #elif defined(HAVE_DB_185_H)
diff --git a/sys-auth/nss_ldap/files/nss_ldap-238-whitespace-fix.diff b/sys-auth/nss_ldap/files/nss_ldap-238-whitespace-fix.diff
new file mode 100644
index 000000000000..4cf0a1e67a52
--- /dev/null
+++ b/sys-auth/nss_ldap/files/nss_ldap-238-whitespace-fix.diff
@@ -0,0 +1,47 @@
+diff -Nuar nss_ldap-238.orig/ldap.conf nss_ldap-238/ldap.conf
+--- nss_ldap-238.orig/ldap.conf 2005-03-23 16:03:40.000000000 -0800
++++ nss_ldap-238/ldap.conf 2005-03-28 21:57:53.326218832 -0800
+@@ -167,27 +167,27 @@
+ # and filter is a filter to be &'d with the
+ # default filter.
+ # You can omit the suffix eg:
+-# nss_base_passwd ou=People,
++# nss_base_passwd ou=People,
+ # to append the default base DN but this
+ # may incur a small performance impact.
+-#nss_base_passwdou=People,dc=padl,dc=com?one
+-#nss_base_shadowou=People,dc=padl,dc=com?one
+-#nss_base_group ou=Group,dc=padl,dc=com?one
+-#nss_base_hosts ou=Hosts,dc=padl,dc=com?one
+-#nss_base_servicesou=Services,dc=padl,dc=com?one
+-#nss_base_networksou=Networks,dc=padl,dc=com?one
+-#nss_base_protocolsou=Protocols,dc=padl,dc=com?one
+-#nss_base_rpc ou=Rpc,dc=padl,dc=com?one
+-#nss_base_ethersou=Ethers,dc=padl,dc=com?one
+-#nss_base_netmasksou=Networks,dc=padl,dc=com?ne
+-#nss_base_bootparamsou=Ethers,dc=padl,dc=com?one
+-#nss_base_aliasesou=Aliases,dc=padl,dc=com?one
+-#nss_base_netgroupou=Netgroup,dc=padl,dc=com?one
++#nss_base_passwd ou=People,dc=padl,dc=com?one
++#nss_base_shadow ou=People,dc=padl,dc=com?one
++#nss_base_group ou=Group,dc=padl,dc=com?one
++#nss_base_hosts ou=Hosts,dc=padl,dc=com?one
++#nss_base_services ou=Services,dc=padl,dc=com?one
++#nss_base_networks ou=Networks,dc=padl,dc=com?one
++#nss_base_protocols ou=Protocols,dc=padl,dc=com?one
++#nss_base_rpc ou=Rpc,dc=padl,dc=com?one
++#nss_base_ethers ou=Ethers,dc=padl,dc=com?one
++#nss_base_netmasks ou=Networks,dc=padl,dc=com?ne
++#nss_base_bootparams ou=Ethers,dc=padl,dc=com?one
++#nss_base_aliases ou=Aliases,dc=padl,dc=com?one
++#nss_base_netgroup ou=Netgroup,dc=padl,dc=com?one
+
+ # attribute/objectclass mapping
+ # Syntax:
+-#nss_map_attributerfc2307attribute mapped_attribute
+-#nss_map_objectclassrfc2307objectclass mapped_objectclass
++#nss_map_attribute rfc2307attribute mapped_attribute
++#nss_map_objectclass rfc2307objectclass mapped_objectclass
+
+ # configure --enable-nds is no longer supported.
+ # NDS mappings
diff --git a/sys-auth/nss_ldap/files/nsswitch.ldap.diff b/sys-auth/nss_ldap/files/nsswitch.ldap.diff
new file mode 100644
index 000000000000..a8e96e05e8d8
--- /dev/null
+++ b/sys-auth/nss_ldap/files/nsswitch.ldap.diff
@@ -0,0 +1,15 @@
+--- nsswitch.ldap 2004-06-08 00:34:09.895330016 -0500
++++ nsswitch.ldap-modified 2004-06-08 00:35:21.518441648 -0500
+@@ -10,10 +10,10 @@
+ passwd: files ldap
+ group: files ldap
+
+-# consult DNS first, we will need it to resolve the LDAP host. (If we
++# consult files/dns first, we will need it to resolve the LDAP host. (If we
+ # can't resolve it, we're in infinite recursion, because libldap calls
+ # gethostbyname(). Careful!)
+-hosts: dns ldap
++hosts: files dns ldap
+
+ # LDAP is nominally authoritative for the following maps.
+ services: ldap [NOTFOUND=return] files