A LDAP server using 389 DS
- Follow the docs of
- Start the pod
podman kube play ldap-pvc.yaml podman kube play ldap-secret.yaml cp ldap-pod.kube ~/.config/containers/systemd/ systemctl --user daemon-reload systemctl --user start ldap-pod.service
- Wait until the container logs show
INFO: 389-ds-container started.
on the first startup. This may take a while. Do not wait untilDEBUG: 🎉 Instance setup complete
, which is too early. - Configuration inside pod
dsconf --binddn "cn=Directory Manager" --bindpw ${DS_DM_PASSWORD} localhost backend create --be-name userRoot --suffix ${DS_SUFFIX_NAME} dsidm --basedn ${DS_SUFFIX_NAME} --binddn "cn=Directory Manager" --bindpw ${DS_DM_PASSWORD} localhost initialise
- Add the persistent volumes to the borg backup client