diff docs/setup.rst @ 775:aaf2fc59a39a beta

fixes #77 and adds extendable base Dn with custom uid specification
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 26 Nov 2010 23:49:19 +0100
parents 5f82a00b92b1
children aac24db58ce8
line wrap: on
line diff
--- a/docs/setup.rst	Fri Nov 26 18:41:43 2010 +0100
+++ b/docs/setup.rst	Fri Nov 26 23:49:19 2010 +0100
@@ -113,7 +113,11 @@
 
 `Account` and `Password` are optional, and used for two-phase ldap 
 authentication so those are credentials to access Your ldap, if it doesn't 
-support anonymous search/user lookups.
+support anonymous search/user lookups. 
+
+Base DN must have %(user)s template inside, it's a placer where Your uid used
+to login would go, it allows admins to specify not standard schema for uid 
+variable
 
 If all data are entered correctly, and `python-ldap` is properly installed
 Users should be granted to access RhodeCode wit ldap accounts. When