95d8d32fc5
- package rebased - removed embeded db4 - removed patches merged by upstream - removed no longer required patches - merged patches doing manpage changes - merged patches exporting ldif API - reapplied patches and added description to each one - removed unnecessary BuildRequires - cleaned %config, %build and %install sections - updated database upgrade process: - database is exported (slapcat) and reimported (slapadd) when minor version of openldap changes (safe and recomended way) - database is upgraded (db4) when minor version of db4 package changes (this is not done in %post anymore, as the database is not embeded, but using triggers) Resolved: #624616 Bogus links in "SEE ALSO" part of several man-pages Resolved: #625740 openldap-2.4.23 is available
20 lines
625 B
Diff
20 lines
625 B
Diff
Disables opening of ldaprc file in current directory.
|
|
|
|
Resolves: #38402
|
|
Upstream: ITS #1131
|
|
Author: Henning Schmiedehausen <hps@intermeta.de>
|
|
|
|
diff -u -uNPrp openldap-2.4.23.old/libraries/libldap/init.c openldap-2.4.23.new/libraries/libldap/init.c
|
|
--- openldap-2.4.23.old/libraries/libldap/init.c 2010-04-13 22:22:57.000000000 +0200
|
|
+++ openldap-2.4.23.new/libraries/libldap/init.c 2010-08-24 15:34:27.780680598 +0200
|
|
@@ -346,9 +346,6 @@ static void openldap_ldap_init_w_usercon
|
|
if(path != NULL) {
|
|
LDAP_FREE(path);
|
|
}
|
|
-
|
|
- /* try file */
|
|
- openldap_ldap_init_w_conf(file, 1);
|
|
}
|
|
|
|
static void openldap_ldap_init_w_env(
|