Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik George <nik@naturalnet.de>2014-08-04 22:25:50 +0400
committerDominik George <nik@naturalnet.de>2014-08-04 22:25:50 +0400
commite0e944af0d6cfb86d95e0a2345493b49be072a50 (patch)
treea33b4fec5392c30476de3af698fdac1ffbdfb6db
parentd3c41f3137ffdf591ed1b26fd54928717b4bdcf7 (diff)
Update comments in LDAPAuth to reflect new discover_dn feature
-rw-r--r--Authenticators/LDAP/LDAPauth.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/Authenticators/LDAP/LDAPauth.py b/Authenticators/LDAP/LDAPauth.py
index c2068dd..bd57cda 100644
--- a/Authenticators/LDAP/LDAPauth.py
+++ b/Authenticators/LDAP/LDAPauth.py
@@ -3,6 +3,7 @@
# Copyright (C) 2011 Benjamin Jemlich <pcgod@user.sourceforge.net>
# Copyright (C) 2011 Nathaniel Kofalt <nkofalt@users.sourceforge.net>
# Copyright (C) 2013 Stefan Hacker <dd0t@users.sourceforge.net>
+# Copyright (C) 2014 Dominik George <nik@naturalnet.de>
#
# All rights reserved.
#
@@ -51,10 +52,8 @@
# This is largely due to the numerous ways you can store user information in LDAP.
# The example configuration is probably not the best way to do things; it's just a simple setup.
#
-# Further, this script has only been tested while storing the users in a single OU.
-# Storing users in an OU tree will work, but probably will break group membership checking.
-# The group-membership code will have to be expanded if you want to use multiple OUs with groups.
-# Or if you want multiple groups allowed, etc. This is just a simple example.
+# The group-membership code will have to be expanded if you want multiple groups allowed, etc.
+# This is just a simple example.
#
# In this configuration, I use a really simple groupOfUniqueNames and OU of inetOrgPersons.
# The tree already uses the "uid" attribute for usernames, so roomNumber was used to store UID.