On Thu, 21 Jul 2011 18:08 +0000, "Raghavendra Lal Kalyankar" <[email protected]> wrote: > Team > > I am trying to get authentication happen between Microsoft Active > Directory and RT using RT::Authen::ExternalAuth. I have successfully > installed it and as per the README, I have configured the attached values > in /etc/RT_SiteConfig.pm. > > Now, I am getting the below error while authenticating to the site, > regardless of local or external user account: > Can't call method "as_string" on an undefined value at > /opt/rt4/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm > line 195.
The config file has this comment: # ALL FILTERS MUST BE VALID LDAP FILTERS ENCASED IN PARENTHESES! # YOU **MUST** SPECIFY A filter AND A d_filter!! Your d_filter is commented out, so you don't have a d_filter. You need a d_filter. -------- 2011 Training: http://bestpractical.com/services/training.html
