[Bps-public-commit] rt-authen-externalauth branch, docs-improvements, updated. 0.13-8-ged3db64
Ruslan Zakirov
ruz at bestpractical.com
Wed May 22 08:48:32 EDT 2013
The branch, docs-improvements has been updated
via ed3db6430ee9dbbf109c6ced6b3dcb2042c06f08 (commit)
via add505a900bbfcc1a1a74357907c0bd5df61cf11 (commit)
via 9ad1098c2ee6d2590e8fbee652d2a155ece746f9 (commit)
from be1de678940b2b64b3425c5c43740975b8bd9920 (commit)
Summary of changes:
etc/RT_SiteConfig.pm | 2 +-
lib/RT/Authen/ExternalAuth/LDAP.pm | 9 ++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 9ad1098c2ee6d2590e8fbee652d2a155ece746f9
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Wed May 22 16:39:01 2013 +0400
typo in etc/RT_SiteConfig.pm
diff --git a/etc/RT_SiteConfig.pm b/etc/RT_SiteConfig.pm
index 68102e7..ec906c4 100644
--- a/etc/RT_SiteConfig.pm
+++ b/etc/RT_SiteConfig.pm
@@ -28,7 +28,7 @@ Set($ExternalAuthPriority, [ 'My_LDAP',
=item C<$ExternalInfoPriority>
-When multiple auth services are available, this value eefines
+When multiple auth services are available, this value defines
the order in which the services defined in ExternalSettings
should be used to get information about users. This includes
RealName, Tel numbers etc, but also whether or not the user
commit add505a900bbfcc1a1a74357907c0bd5df61cf11
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Wed May 22 16:45:41 2013 +0400
delete lies in d_filter description
diff --git a/lib/RT/Authen/ExternalAuth/LDAP.pm b/lib/RT/Authen/ExternalAuth/LDAP.pm
index 79dc8d2..6067cc2 100644
--- a/lib/RT/Authen/ExternalAuth/LDAP.pm
+++ b/lib/RT/Authen/ExternalAuth/LDAP.pm
@@ -99,13 +99,8 @@ For example:
=item d_filter
-The filter that will only match disabled users. You B<must>
-specify it and it B<must> be a valid LDAP filter encased
-in parentheses.
-
-To catch none use
-
- d_filter => '(objectClass=FooBarBaz)'
+The filter that will only match disabled users. Optional.
+B<Must> be a valid LDAP filter encased in parentheses.
=item group
commit ed3db6430ee9dbbf109c6ced6b3dcb2042c06f08
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Wed May 22 16:46:21 2013 +0400
mention AD specific d_filter, not bad example
diff --git a/lib/RT/Authen/ExternalAuth/LDAP.pm b/lib/RT/Authen/ExternalAuth/LDAP.pm
index 6067cc2..b3238ac 100644
--- a/lib/RT/Authen/ExternalAuth/LDAP.pm
+++ b/lib/RT/Authen/ExternalAuth/LDAP.pm
@@ -102,6 +102,10 @@ For example:
The filter that will only match disabled users. Optional.
B<Must> be a valid LDAP filter encased in parentheses.
+For example with Active Directory the following can be used:
+
+ d_filter => '(userAccountControl:1.2.840.113556.1.4.803:=2)'
+
=item group
Does authentication depend on group membership? What group name?
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list