27 Jul
2015
27 Jul
'15
4:08 a.m.
Hi,
Ah ok, I tried authenticate with no luck. Now I'm using authorize, but still having the same issue. It looks like the ldap module is authorizing the request, so even now I am still too late in the pipeline.
you're making this more complex..... just check if the Connect-Info is there and what value is it...and if its there then send the request to a new virtual server based on the value it is. this completely seperates the policy requirements for authentication. one virtual-server deals with admin logins (very easy), the other deals with user logins (very easy). instead, you are trying to put all requirements into a single virtual-server which will need all sorts of extra LDAP checks and changes (not so easy). alan