Skip to content

Commit

Permalink
Merge pull request #22 from collective/hvelarde-dependencies
Browse files Browse the repository at this point in the history
Add section on python-ldap dependencies installation for Debian-based distros
  • Loading branch information
rnixx committed Sep 28, 2016
2 parents db74d1e + e1fd3e7 commit 922df31
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.rst
Expand Up @@ -21,11 +21,24 @@ See section *TODO*.
Installation
============

Dependencies
------------

This package depends on ``python-ldap``.
In order to build it correctly you need to have some development libraries included in your system.
On a typical Debian-based installation use:

.. code-block:: console
sudo apt install python-dev libldap2-dev libsasl2-dev libssl-dev
Zope2
-----

Add to the instance section of your buildout::
Add to the instance section of your buildout:

.. code-block:: ini
eggs =
...
Expand All @@ -44,7 +57,9 @@ Configure it using the settings form and activate its features with the ``activa
Plone
-----

Add to the instance section of your buildout::
Add to the instance section of your buildout:

.. code-block:: ini
eggs =
...
Expand All @@ -56,7 +71,9 @@ Then go to the Plone control-panel, select ``extensions`` and install the LDAP P
A new LDAP Settings icon appear on the left. Click it and configure the plugin there.

To use an own integration-profile, just add to the profiles
``metadata.xml`` file::
``metadata.xml`` file:

.. code-block:: xml
...
<dependencies>
Expand Down

0 comments on commit 922df31

Please sign in to comment.