Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > updates > by-pkgid > f3e3cffe524a7489eb035e1b691e586b > scriptlet

openldap-2.3.6-4.3.20060mdk.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