changeset 3801:6bad83d27fc1 beta

Documentation: How to setup LDAP Filter when using Organisational Units.
author Magnus Ericmats <magnus.ericmats@gmail.com>
date Fri, 26 Apr 2013 20:54:25 +0200
parents 6e38d1070530
children e2ebd8808351
files docs/setup.rst
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/setup.rst	Tue Apr 30 16:05:11 2013 +0200
+++ b/docs/setup.rst	Fri Apr 26 20:54:25 2013 +0200
@@ -196,6 +196,13 @@
  Last Name Attribute  = lastName
  E-mail Attribute     = mail
 
+If your user groups are placed in a Organisation Unit (OU) structure the Search Settings configuration differs::
+
+ Search settings
+ Base DN              = DC=host,DC=example,DC=org
+ LDAP Filter          = (&(memberOf=CN=your user group,OU=subunit,OU=unit,DC=host,DC=example,DC=org)(objectClass=user))
+ LDAP Search Scope    = SUBTREE
+
 .. _enable_ldap:
 
 Enable LDAP : required