diff --git a/profiles/templates/3.3/6_ac_update_sync/revision/32-fix_nss_ldap b/profiles/templates/3.3/6_ac_update_sync/revision/32-fix_nss_ldap new file mode 100644 index 000000000..e7c451b0a --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/revision/32-fix_nss_ldap @@ -0,0 +1,10 @@ +# Calculate ini(overlay-calculate.revision)<32 exec=/bin/bash + +#-ini(overlay-calculate.revision,32)-# + +#?pkg(sys-auth/nss_ldap)!=# +test -f /var/db/pkg/sys-auth/nss_ldap-*/CONTENTS && +sed -i "/ \/etc\/ldap.conf /d" /var/db/pkg/sys-auth/nss_ldap-*/CONTENTS +#pkg# + +exit 0