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( |