# HG changeset patch
# User Aurelien Campeas <aurelien.campeas@logilab.fr>
# Date 1252497509 -7200
# Node ID cb310b97424e5c860bf27c3b9a5dd170b6f4026d
# Parent  2a71f8ab667e2b3a7479298e88b8f49f25298645
python-ldap, also win32 binary version of simplejson

diff -r 2a71f8ab667e -r cb310b97424e doc/book/en/admin/setup.rst
--- a/doc/book/en/admin/setup.rst	Wed Sep 09 09:56:16 2009 +0200
+++ b/doc/book/en/admin/setup.rst	Wed Sep 09 13:58:29 2009 +0200
@@ -122,11 +122,23 @@
 Please be careful to select the right python (2.5) and postgres (8.4)
 versions.
 
+To access LDAP/Active directory directories, we need the python-ldap
+package. Windows binaries are available from::
+
+  http://www.osuch.org/python-ldap
+
+Check out the latest release.
+
 Having graphviz will allow schema drawings, which is quite recommended
 (albeit not mandatory). You should get an msi installer there::
 
   http://www.graphviz.org/Download_windows.php
 
+Simplejson will be provided within the forest, but a win32 compiled
+version will run much faster::
+
+  http://www.osuch.org/python-simplejson%3Awin32
+
 Tools
 _____