Project

General

Profile

Actions

Feature #618

closed

Basic Authentication using LDAP authentication - need to be able to specify query port vs. bind port

Added by Anonymous almost 19 years ago. Updated over 16 years ago.

Status:
Wontfix
Priority:
Normal
Category:
mod_auth
Target version:
-
ASK QUESTIONS IN Forums:

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

Actions #1

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).

Actions #2

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Wontfix
Actions

Also available in: Atom