From 7979436ce5ff76836b0973610b4bc2411e6659f1 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 26 Apr 2011 00:09:32 +0200 Subject: [PATCH] Add documentation for the LDAP authentication support --- pages/user_documentation.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index c6cc4311..4428be21 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -18,7 +18,9 @@ Dependencies ------------ Radicale is written in pure python and does not depend on any librabry. It is -known to work on Python from 2.5 to 3.2 [#]_. +known to work on Python from 2.5 to 3.2 [#]_. The only optional dependency is +`the python-ldap module `_ for LDAP +authentication. Linux users certainly have Python already installed. For Windows and MacOS users, please install Python [#]_ thanks to the adequate installer. @@ -237,3 +239,10 @@ Crypt Support With the htpasswd access, many encryption methods are available, and crypt is the default one in Radicale. Unfortunately, the ``crypt`` module is unavailable on Windows, you have to pick another method on this OS. + +LDAP Authentication +------------------- + +The LDAP authentication module relies on `the python-ldap module +`_, and thus only works with 2.x versions +of Python.