Skip to content

maxname/openldap

Repository files navigation

OpenLDAP

Docker Compose Example

name: openldap

services:
  openldap:
    image: arti.etl.emias.ru/mkomlev/openldap:2.6.9-0.0.4
    # image: maxname/openldap:2.6.9-0.0.4
    container_name: openldap
    ports:
      - "389:389"
    volumes:
      - ./data:/var/openldap-data
    environment:
      - "see below"

Environment Variables

Env Variable Name Description Default Value Example
LDAP_SUFFIX Default LDAP Suffix for current LDAP Catalog dc=example,dc=com LDAP_SUFFIX="dc=google,dc=com"
LDAP_ROOT_DN Default admin DN cn=Manager,dc=example,dc=com LDAP_ROOT_DN="cn=admin,dc=google,dc=com"
LDAP_ROOT_PW Default admin password secret LDAP_ROOT_PW=«Z3xz2hNQjkgMmzPrUaVn"
LDAP_INCLUDE Names of files of schemas to include to settings Not Set LDAP_INCLUDE="core msuser"
LDAP_ACCESS_<N> Rules of Access to LDAP Catalogs Not Set LDAP_ACCESS_1="to attrs=userPassword by self write by anonymous auth by * none"
LDAP_ACCESS_2="to * by * read"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published