You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
522 B
20 lines
522 B
Disables opening of ldaprc file in current directory. |
|
|
|
Resolves: #38402 |
|
Upstream: ITS #1131 |
|
Author: Henning Schmiedehausen <hps@intermeta.de> |
|
|
|
diff --git a/libraries/libldap/init.c b/libraries/libldap/init.c |
|
index 8617527..e6b17b4 100644 |
|
--- a/libraries/libldap/init.c |
|
+++ b/libraries/libldap/init.c |
|
@@ -352,9 +352,6 @@ static void openldap_ldap_init_w_userconf(const char *file) |
|
if(path != NULL) { |
|
LDAP_FREE(path); |
|
} |
|
- |
|
- /* try file */ |
|
- openldap_ldap_init_w_conf(file, 1); |
|
} |
|
|
|
static void openldap_ldap_init_w_env(
|
|
|