Scenario: public_LDAP - university LDAP server dept_LDAP - departmental LDAP server
I have RT::Authen::ExternalAuth configured to use dept_LDAP for authentication and public_LDAP for additional information via: Set($ExternalAuthPriority, [ 'dept_LDAP' ] ); Set($ExternalInfoPriority, [ 'public_LDAP' ] ); The problem/curiosity is that when authentication fails using dept_LDAP, RT::Authen::ExternalAuth still tries to retrieve additional information using public_LDAP. When authentication fails, I don't want/need additional information. This seems unnecessary. Am I missing something? Do I have RT::Authen::ExternalAuth incorrectly configured? Thanks, in advance, for your help, Mike _______________________________________________ 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
