diff options
author | Michael Scherer <misc@mandriva.com> | 2005-05-16 10:47:28 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.com> | 2005-05-16 10:47:28 +0000 |
commit | 270b60861c2b3425ebb1be2c8c526488f7159635 (patch) | |
tree | fbfdada5c83076ef7232002ce7a94a03474103c5 /urpm/ldap.pm | |
parent | 427df6e797e1240b91d9f6de0d86501d5a29cceb (diff) | |
download | urpmi-270b60861c2b3425ebb1be2c8c526488f7159635.tar urpmi-270b60861c2b3425ebb1be2c8c526488f7159635.tar.gz urpmi-270b60861c2b3425ebb1be2c8c526488f7159635.tar.bz2 urpmi-270b60861c2b3425ebb1be2c8c526488f7159635.tar.xz urpmi-270b60861c2b3425ebb1be2c8c526488f7159635.zip |
- use '/etc/ldap.conf' instead of '/etc/openldap/ldap.conf'.
Diffstat (limited to 'urpm/ldap.pm')
-rw-r--r-- | urpm/ldap.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |