Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 47a6418b7902b3fc610a5aa98927b7ab > scriptlet

openldap2.2-2.2.27-5mdk.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.2/ldap.conf /etc/openldap2.2/ldap.conf.rpmfix
	cp -af /etc/ldap.conf /etc/openldap2.2/ldap.conf
fi