/[smeserver]/rpms/openldap/sme9/openldap-ldaprc-currentdir.patch
ViewVC logotype

Annotation of /rpms/openldap/sme9/openldap-ldaprc-currentdir.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Nov 11 00:46:15 2014 UTC (9 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: openldap-2_4_39-8_el6_sme, HEAD
Import openldap

1 vip-ire 1.1 Disables opening of ldaprc file in current directory.
2    
3     Resolves: #38402
4     Upstream: ITS #1131
5     Author: Henning Schmiedehausen <hps@intermeta.de>
6    
7     diff --git a/libraries/libldap/init.c b/libraries/libldap/init.c
8     index 8617527..e6b17b4 100644
9     --- a/libraries/libldap/init.c
10     +++ b/libraries/libldap/init.c
11     @@ -352,9 +352,6 @@ static void openldap_ldap_init_w_userconf(const char *file)
12     if(path != NULL) {
13     LDAP_FREE(path);
14     }
15     -
16     - /* try file */
17     - openldap_ldap_init_w_conf(file, 1);
18     }
19    
20     static void openldap_ldap_init_w_env(

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed