Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > f60b47a9075577c28a25981d55baef20 > scriptlet

openldap-2.4.22-2mdv2010.1.x86_64.rpm

Triggers

openldap-clients < 2.1.25-5mdk

/bin/sh
# We may have openldap client configuration in /etc/ldap.conf
# which now needs to be in /etc/openldap/ldap.conf
if [ -f /etc/ldap.conf ] 
then
	mv -f /etc/openldap/ldap.conf /etc/openldap/ldap.conf.rpmfix
	cp -af /etc/ldap.conf /etc/openldap/ldap.conf
fi