On Mon, 21 Dec 2009 11:43:44 -0700, "Matt Adams" <[email protected]> said: > Out of the blue I am starting to get this error intermittently. Does > anyone have any idea what it might mean? > > Can't call method "as_string" on an undefined value at > /home/rt/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm > > line 304, line 323.
Check all your ExternalAuth settings in RT_SiteConfig.pm. Things like 'filter' and 'd_filter' cannot be empty, they must have some value. I have filter set to '(objectClass=*)' to always match, and d_filter set to '(objectClass=ThisWillNeverMatch)' to never match (as I have no such attribute in LDAP). _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
