Does anyone have any insight or helpful suggestions (other than putting together a PO for a few RHEL licenses)?
FYI, I am currently testing the following setup: Create a file /usr/sbin/slapd-wrapper containing: #!/bin/sh ulimit -n 65535 exec /usr/sbin/slapd $@
# chmod a+x /usr/sbin/slapd-wrapper
In /etc/init.d/ldap, replace slapd=/usr/sbin/slapd with slapd=/usr/sbin/slapd-wrapper
I'll update this thread in about a week with any results.