Feature #618
closedBasic Authentication using LDAP authentication - need to be able to specify query port vs. bind port
Description
Our corporate ldap directory is setup as follows:
LDAP Queries: ldapdir.com:389 <- Note the use of port 389
LDAP Binds: ldapdir.com:989 <- Note you can only bind use port 989
Net, we need to either:
A) Be able to specify the query port for step 1 of the plugin (initialize/lookup provided user id) & then specify a different port for the actual bind to happen. If bind on bind port as user provided id and password is a success, user is authenticated.
OR
B) Be able to specify the bind port somewhere along with an LDAP admin id & password that initially binds with server to do the query.. If found, then plugin binds with provided user id and password.. If success, user is authenticated.
Make sense? I'd help, but I'm not sure where to dig into the code.
-- jfclisham
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to wontfix
imho it doesn't make sense to have two different ports for the same ldap db (and it makes not really sense to have different dbs).
so if you really need that you have to use something else for auth, either mod_magnet or fastcgi authorizer (only with static files).
Also available in: Atom