slapd-confd 614 B

123456789101112131415
  1. # conf.d file for openldap
  2. #
  3. # To enable both the standard unciphered server and the ssl encrypted
  4. # one uncomment this line or set any other server starting options
  5. # you may desire.
  6. #
  7. # OPTS="-h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'"
  8. # Uncomment the below to use the new slapd configuration for openldap 2.3
  9. #OPTS="-F /etc/openldap/slapd.d -h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'"
  10. #
  11. # If you change the above listen statement to bind on a specific IP for
  12. # listening, you should ensure that interface is up here (change eth0 as
  13. # needed).
  14. #rc_need="net.eth0"