Set up an OpenLDAP server with Docker.
Although it is my work, please use Image on Docker Hub.
python
docker pull sengokyu/openldap
Specify the base DN and start. This time, it is set to dc = example, dc = com
.
python
docker run -d -p 389:389 -e SUFFIX=dc=example,dc=com sengokyu/openldap
Start Apache Directory Studio.
Select the LDAP> New Connection ... menu.
Enter localhost for the Hostname and click Next.
Enter the Bind DN or user and password and click Finish.
Enter the Root DN for Bind DN. If the Root DN and password are not specified, it will start with the following values.
I was able to connect.
It is created based on Fedora.
As of October 2020, the versions are as follows.
Recommended Posts