Service overview
OpenLDAP is an open-source, cross-platform implementation of the Lightweight Directory Access Protocol (LDAP), used to centrally store and manage directory data such as identity information, organizational structures, and device configurations within a network. It complies with the LDAPv3 standard (RFC 4511) defined by the IETF and is the most widely used open-source directory service solution on Linux and Unix systems.
Deployment procedure
-
Go to the Compute Nest OpenLDAP Community Edition deployment link and enter the deployment parameters:
Turn on the Enable Public Access toggle. In the Database configuration section, set the LDAP ADMIN Password, LDAP CONFIG Password, and domain name (for example,
ldap.example.com). In the Availability zone configuration section, select an availability zone ID (for example, Availability Zone H), choose to create a new Virtual Private Cloud (VPC) or select an existing one, and enter the VPC IPv4 CIDR block (for example,192.168.0.0/16). After you enter all required parameters, click Next: Confirm Order. -
On the confirmation page, review the pricing details and your parameters. Click Next: Confirm Order.
-
Accept the service agreement and click Create Now to start the deployment.
-
Wait for the deployment to complete, and then go to the service instance details page.
On the service instance details page, the instance status shows Deployed. In the Getting Started section, find the access address in the OpenLDAPAddresses field. Click Secure Proxy Access to access the OpenLDAP service.
-
Click the service address to start using OpenLDAP Community Edition.
On the phpLDAPadmin login page, enter
cn=admin,dc=ldap,dc=example,dc=comin the Login DN field and your administrator password in the Password field. Then, click Authenticate to log in to the OpenLDAP server.
Usage
For more information, see the OpenLDAP Official Documentation.