changeset 733:ac701b421053 beta

fixed docs, for python-ldap import
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 22 Nov 2010 03:51:28 +0100
parents 36e7f53f8006
children 49eb69d78988
files docs/setup.rst
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/docs/setup.rst	Sat Nov 20 22:03:49 2010 +0100
+++ b/docs/setup.rst	Mon Nov 22 03:51:28 2010 +0100
@@ -84,19 +84,19 @@
 
 
 RhodeCode starting from version 1.1 supports ldap authentication. In order
-to use ldap, You have to install ldap-python package. This package is available
+to use ldap, You have to install python-ldap package. This package is available
 via pypi, so You can install it by running
 
 ::
 
- easy_install ldap-python
+ easy_install python-ldap
  
 ::
 
- pip install ldap-python
+ pip install python-ldap
 
 
-ldap-python requires some certain libs on Your system, so before installing it 
+python-ldap requires some certain libs on Your system, so before installing it 
 check that You have at least `openldap`, and `sasl` libraries.
 
 ldap settings are located in admin->permissions section,
@@ -116,7 +116,7 @@
 authentication so those are credentials to access Your ldap, if it doesn't 
 support anonymous search/user lookups.
 
-If all data are entered correctly, and `ldap-python` is properly installed
+If all data are entered correctly, and `python-ldap` is properly installed
 Users should be granted to access RhodeCode wit theire ldap accounts. When 
 logging at the first time an special ldap account is created inside RhodeCode, 
 so You can control over permissions even on ldap users. If such user exists