Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > 18bfb539178b9b1a71d689acb8952bcd > scriptlet

openldap-2.3.27-1mlcs4.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