[Bps-public-commit] r17872 - RT-Authen-ExternalAuth/trunk/etc
zordrak at bestpractical.com
zordrak at bestpractical.com
Wed Jan 21 16:27:27 EST 2009
Author: zordrak
Date: Wed Jan 21 16:27:27 2009
New Revision: 17872
Modified:
RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm
Log:
RT::Authen::ExternalAuth v0.08_02 -- Replaced userSupportAccess with more generic "disabled" in DBI example config
Modified: RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm
==============================================================================
--- RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm (original)
+++ RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm Wed Jan 21 16:27:27 2009
@@ -77,7 +77,7 @@
# are ['0','1','2','disabled'] then the user will be disabled if their
# user_status is set to '0','1','2' or the string 'disabled'.
# Otherwise, they will be considered enabled.
- 'd_field' => 'userSupportAccess',
+ 'd_field' => 'disabled',
'd_values' => ['0'],
## RT ATTRIBUTE MATCHING SECTION
# The list of RT attributes that uniquely identify a user
More information about the Bps-public-commit
mailing list