From 270b60861c2b3425ebb1be2c8c526488f7159635 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 16 May 2005 10:47:28 +0000 Subject: - use '/etc/ldap.conf' instead of '/etc/openldap/ldap.conf'. --- urpm/ldap.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') diff --git a/urpm/ldap.pm b/urpm/ldap.pm index a5b95918..e7dfdee7 100644 --- a/urpm/ldap.pm +++ b/urpm/ldap.pm @@ -7,7 +7,7 @@ use urpm::msg 'N'; use Net::LDAP; use MDK::Common; -my $LDAP_CONFIG_FILE = '/etc/openldap/ldap.conf'; +my $LDAP_CONFIG_FILE = '/etc/ldap.conf'; # FIXME duplication my @per_media_opt = qw( downloader -- cgit v1.2.1