diff options
-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 |