On Thu, 26 Mar 2009 11:32:53 -0600, "Max León" <[email protected]> said: > Now, I did what you asked me to and well, that the error went away but I > have a new one. > Here it is what the browser displays: > Can't call method "as_string" on an undefined value at > /opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm > line 398, line 514.
Ensure that you have valid LDAP search parameters defined for 'base', 'filter', and 'd_filter'. In my configuration, I don't need to narrow down the search any more than what I defined in my LDAP search base, so I set 'filter' to '(objectClass=*)' and 'd_filter' to '(objectClass=ThisWillNeverMatch)'. _______________________________________________ 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
