Installing LDAP on Ubuntu 10.4

Step one is to assign a static IP address to your server


Step two is to install the LDAP server dameon using the Synaptic Package Manager search for the following three items and mark to install

  • slapd
  • ldap-utils
  • db4.8-util

Click Apply to install the above items


Step three is to configure the LDAP server (slapd.conf)

Open terminal and type:

sudo gedit /etc/ldap/slapd.conf


REFERENCE

Related Articles

Using Semantic Versioning to Simplify Release Management

Any organization that manages software libraries and applications needs a standardized way to catalog, reference, import, fix bugs and update the versions of those libraries and applications. Semantic Versioning enables developers, testers, and project managers to have a more standardized process for committing code and managing different versions. It’s benefits also extend beyond development teams

Responses