siji/openldap

By siji

Updated over 8 years ago

OpenLDAP server

Image
0

100K+

siji/openldap repository overview

Multiarch image(2.4.42)

The tag 2.4.42 is multi-arch image as following:

  • amd64
  • ppc64le
  • s390x

Customize

  • DOMAIN, default is org
  • PASSWORD, default is admin
  • ORGANIZATION, default is $DOMAIN

Server info

  • Admin DN: cn=admin,dc=org
  • Admin PW: admin

Client URL

  • http://YOUR_IP_ADDR:9580/phpldapadmin/

Document: https://www.techrepublic.com/article/how-to-populate-an-ldap-server-with-users-and-groups-via-phpldapadmin/

Command

docker run -d --net=host --name=openldap siji/openldap:2.4.42

docker run -d --net=host --name=openldap -e DOMAIN=myldap.org \
    -e PASSWORD=mypassword -e ORGANIZATION="MyLDAP Inc"  siji/openldap:2.4.42

Persist data

docker run -d --net=host --name=openldap -v /var/lib/ldap:/var/lib/ldap \
    -v /etc/ldap/slapd.d:/etc/ldap/slapd.d siji/openldap:2.4.42

Tag summary

Content type

Image

Digest

Size

84 MB

Last updated

over 8 years ago

docker pull siji/openldap:2.4.42