I've done an initial setup of LDAP authentication in Roller, but I would like to extend it to work with multiple LDAP suffixes. I was wondering if the initialDirContextFactory bean supports this..
I would like to enable it such that a user can login with "[EMAIL PROTECTED]", and have Roller in turn authenticate to a URL like this: ldap://host:389/o=domain.com. If on the other hand someone logs on with [EMAIL PROTECTED], the URL should be constructed as such: ldap://host:389/o=someotherdomain.com. Is that at-all possible? Thanks very much.
