A page in your DokuWiki was added or changed. Here are the details:

Date        : 2013/10/10 17:52
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 
Firefox/24.0
IP-Address  : 88.173.78.196
Hostname    : mne69-10-88-173-78-196.fbx.proxad.net
Old Revision: none
New Revision: http://ltb-project.org/wiki/documentation/openldap-deb
Edit Summary: created
User        : coudot

====== OpenLDAP DEBs ======

===== Introduction =====

LTB-project provides 5 DEB packages:
  * BerkeleyDB
  * OpenLDAP
  * OpenLDAP contributed overlays
  * Check password policy module
  * OpenLDAP debuginfo

We try to keep package up to date with the latest OpenLDAP version.

Our RPMs includes:
  * SSL/TLS
  * SASL (including SASL passwords)
  * All overlays
  * HDB/BDB backend
  * MDB backend
  * LDAP backend
  * META backend
  * SLAPI support
  * CRYPT password
  * [[openldap-initscript|LTB-project OpenLDAP init script]]
  * [[openldap-ppolicy-check-password|LTB-project check password policy module]]
  * Logrotate script
  * Preconfigured DB_CONFIG
  * Contributed overlays:
    * lastbind
    * smbk5pwd (without Heimdal Kerberos support)

The installation is done under /usr/local, in order to avoid conflicts with 
existing OpenLDAP installation. In particular, we do not touch the ldap system 
libraries, which are linked in by many other programs.

===== Installation =====

==== APT repository ====

<note important>You need to set up the repository for your version: lenny, 
squeeze or wheezy. The above documentation is for wheezy.</note>

Configure the repository:
<code>
# vi /etc/apt/sources.list.d/ltb-project.list
</code>
<file>
deb     http://ltb-project.org/debian/wheezy wheezy main
deb-src http://ltb-project.org/debian/wheezy wheezy main
</file>

Then update:
<code>
# apt-get update
</code>

The public key can be downloaded here: 
[[http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project]]

To import this key:
<code>
# wget -O - http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project | sudo 
apt-key add -
</code>

You are now ready to install:
<code>
# apt-get install openldap-ltb
</code>




-- 
This mail was generated by DokuWiki at
http://ltb-project.org/wiki/

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to