python-ldap, also win32 binary version of simplejson 3.5
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Sep 2009 13:58:29 +0200
branch3.5
changeset 3132 cb310b97424e
parent 3126 2a71f8ab667e
child 3134 3cda74b5534c
python-ldap, also win32 binary version of simplejson
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
 _____