Hello, I have a need to authenticate users against an LDAP Directory, where the subtree depends on the realm the User authenticates with. IOW if a user authenticates as "[EMAIL PROTECTED]" I need to set BaseDN to "foo". This would be easily done with Rewrite_Username, but then the full username is gone and I need that in the search filter (the username is stored as "[EMAIL PROTECTED]" in the Directory.
Any ideas how to do that? Is there a special variable that contains the unmodified username? Or is it possible to save the original username in a variable in PreProcessingHook and use it later in the search filter (ugly I know)? Need I do the LDAP query myself in preprocessinghook? Any other ideas? thanks in advance schmadde === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
