Changeset:
0fc7b1032d41
https://sourceforge.net/p/mrbs/hg-code/ci/0fc7b1032d41afd4ba61316509c5099cc3556074
Author:
John Beranek <[email protected]>
Date:
Fri Oct 16 21:27:10 2015 +0100
Log message:
Merged with default
diffstat:
web/systemdefaults.inc.php | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 79ea406e0760 -r 0fc7b1032d41 web/systemdefaults.inc.php
--- a/web/systemdefaults.inc.php Fri Oct 16 16:18:31 2015 +0100
+++ b/web/systemdefaults.inc.php Fri Oct 16 21:27:10 2015 +0100
@@ -781,11 +781,14 @@
// An example for Microsoft AD:
//$ldap_filter = "memberof=cn=whater,ou=whatver,dc=example,dc=com";
-// If you need to filter a user by the group a user is in with OpenLDAP
-// you need to search for the groups they are in. If you want to do
-// this, define the following two variables, e.g.:
+// If you need to filter a user by the group a user is in with an LDAP
+// directory which stores group membership in the group object
+// (like OpenLDAP) then you need to search for the groups they are
+// in. If you want to do this, define the following two variables, an
+// an appropriate $ldap_filter. e.g.:
// $ldap_filter_base_dn = "ou=Groups,dc=example,dc=com";
-$ldap_filter_user_attr = "cn";
+$ldap_filter_user_attr = "memberuid";
+// $ldap_filter = "cn=MRBS Users";
// If you need to disable client referrals, this should be set to TRUE.
// Note: Active Directory for Windows 2003 forward requires this.
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits