# HG changeset patch # User Oleksandr Gavenko # Date 1342213267 -10800 # Node ID 5e10fd985af124570e495af6c84c6ee65531a358 # Parent e45ca3c87690b0279bb75dca3c244f53a55768dc Installing LDAP under Debian. diff -r e45ca3c87690 -r 5e10fd985af1 ldap.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ldap.rst Sat Jul 14 00:01:07 2012 +0300 @@ -0,0 +1,19 @@ +.. -*- coding: utf-8; -*- +.. include:: HEADER.rst + +======= + LDAP. +======= +.. contents:: + +Installing LDAP under Debian. +============================= + +Install OpenLDAP server (``slapd``):: + + $ sudo apt-get install ldap-server ldap-client + + $ ldaptor-doc + +shelldap +