Sign inSign up

afcasco/m1b2eac6

By afcasco

•Updated over 3 years ago

Ubuntu + openldap + phpLDAPadmin - Image made for M1B2@IOC

Image
0

1.8K

afcasco/m1b2eac6 repository overview

⁠OpenLDAP and phpLDAPadmin

Includes openldap and phpLDAPadmin installed and running on port 80.

phpLDAPadmin cloned from this repo: https://github.com/breisig/phpLDAPadmin⁠

patched for openssl 3.0 (Anonymous login bug).


⁠To run it use:

docker run -p 80:80 -e LDAP_PASSWORD=yourpassword -e ORGANIZATION=yourorgname -e DOMAIN=your.org.com afcasco/m1b2eac6

or

docker run -p 80:80 -p 389:389 -e LDAP_PASSWORD=yourpassword -e ORGANIZATION=yourorgname -e DOMAIN=your.org.com afcasco/m1b2eac6

if you want to bind ldap port to localhost too

ENV VARIABLES:

LDAP_PASSWORD: your ldap admin password

ORGANIZATION: your organization name

DOMAIN: your domain

⁠Login into phpLDAPadmin @ localhost/phpldapadmin

Project and docker-compose.yml avaliable @ https://github.com/afcasco/openldap-pla⁠

Tag summary

Content type

Image

Digest

sha256:b47fd6dc5…

Size

97.8 MB

Last updated

over 3 years ago

docker pull afcasco/m1b2eac6