Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 2d9cb611c73f3f515d99e2e650369d53 > scriptlet

openldap2.4-2.4.7-1mdv2008.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/openldap2.4/ldap.conf /etc/openldap2.4/ldap.conf.rpmfix
	cp -af /etc/ldap.conf /etc/openldap2.4/ldap.conf
fi