Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 508 Bytes

marklee77/slapd

This docker image configures and launches slapd.

Parameters and default values:

  • slapd_basedn (dc=ldap,dc=dit)
  • slapd_admin_password (random)
  • slapd_require_ssl (yes)
  • slapd_ssl_ca_cert_file (/etc/ssl/container/slapd-ca.crt)
  • slapd_ssl_cert_file (/etc/ssl/container/slapd.crt)
  • slapd_ssl_key_file (/etc/ssl/container/slapd.key)
  • slapd_disable_anon (yes)
  • slapd_services (ldapi:/// ldap:///)
  • slapd_debuglevel (0)

author

Mark Stillwell [email protected]