Openldap
- By openldap-charmers
juju deploy cs:~openldap-charmers/openldap
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Channel | Version | Platform |
---|---|---|
latest/stable | 7 |
Platform:
About
An OpenLDAP server using the SQL backend. Read more
Relevant links
Discuss this charm
Share your thoughts on this charm with the community on discourse.
OpenLDAP Operator
Overview
This charm provides an OpenLDAP server using the SQL backend.
Usage
For details on using Kubernetes with Juju see here, and for details on using Juju with MicroK8s for easy local testing see here.
To deploy this charm with both OpenLDAP and PostgreSQL inside a k8s model, run:
juju deploy cs:~openldap-charmers/openldap
juju deploy cs:~postgresql-charmers/postgresql-k8s postgresql
juju add-relation openldap:db postgresql:db
To retrieve the auto-generated LDAP admin password, run, assuming you're using Juju 2.x:
juju run-action openldap/0 --wait get-admin-password
For further details, see here.