[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.20-2-g4b2eb7e

Kevin Falcone falcone at bestpractical.com
Fri May 30 12:45:08 EDT 2014


The branch, master has been updated
       via  4b2eb7e073a88e55694092e8ec6b35a265e55b0f (commit)
      from  f954beddbbb5586c424fc12adae400c9bf554042 (commit)

Summary of changes:
 etc/RT_SiteConfig.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 4b2eb7e073a88e55694092e8ec6b35a265e55b0f
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri May 30 12:44:17 2014 -0400

    Continue removing bad example configs
    
    This continues on  33142349 where I caught this in the LDAP.pm docs,
    which are an almost copy of these docs, but added bugs and missed
    documenting things like attr_map or attr_match_list

diff --git a/etc/RT_SiteConfig.pm b/etc/RT_SiteConfig.pm
index 10c4338..d949128 100644
--- a/etc/RT_SiteConfig.pm
+++ b/etc/RT_SiteConfig.pm
@@ -137,9 +137,11 @@ at minimum. For example:
     'attr_match_list' => [
         'Name',
         'EmailAddress',
-        'RealName',
     ],
 
+You should not use items that can map to multiple users (such as a
+RealName or building name).
+
 =item attr_map
 
 Mapping of RT attributes on to attributes in the external source.

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list