Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 849b14a5287b8267f1714524c29839b7 > scriptlet

openldap2.3-2.3.43-1mdv2009.0.i586.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.3/ldap.conf /etc/openldap2.3/ldap.conf.rpmfix
	cp -af /etc/ldap.conf /etc/openldap2.3/ldap.conf
fi