Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > ed2af312bd3a159cf447133a1c3d083c > scriptlet

openldap2.2-2.2.27-4mdk.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