Search "LDAP server (testing)" in the 1Password vault.
Install mkcert
brew install mkcert
Run make tls
to generate a TLS certificate and the key.
make tls
Run make copy-ca-cert
to copy the mkcert root CA certificate in this project.
make copy-ca-cert
Run the LDAP server and the LDAP admin server.
docker compose up -d
For first time setup
- Visit http://localhost:58080
- Sign in with
- DN:
cn=admin,dc=example,dc=org
- Password:
admin
- Create a POSIX group
- Create as many users as you want.
Run make start
.
make start