Opened 17 years ago
Last modified 10 years ago
#7371 new enhancement
Use authentication variables populated by Apache
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | next-major-releases |
| Component: | web frontend | Version: | |
| Severity: | normal | Keywords: | ldap |
| Cc: | Ryan J Ollos | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Documentation here:
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#exposed
If the display name and email are part of the LDAP query, the AUTHENTICATE_DISPLAYNAME and AUTHENTICATE_MAIL environment variables will be set.
Presumably other Apache auth modules may also set these variables. The attached patch will check for the existence of the variables and set the corresponding profile data.
Attachments (1)
Change History (8)
by , 17 years ago
| Attachment: | get_ldap_variables.patch added |
|---|
comment:1 by , 17 years ago
Wait for the modular session data system, then put this in with the other LDAP plugin stuff. If you can show this is some kind of standard with Apache modules I would think higher of putting it in core, but it seems pretty Apache+mod_authnz_ldap specific.
comment:2 by , 17 years ago
| Milestone: | → 0.13 |
|---|
This is related to #791. Scheduling to the same milestone.
comment:3 by , 15 years ago
| Milestone: | next-major-0.1X → unscheduled |
|---|
comment:4 by , 10 years ago
| Keywords: | ldap added |
|---|
comment:5 by , 10 years ago
| Cc: | added |
|---|
The need for this feature is discussed in gmessage:trac-users:Koimg5owkYM/jbmfEOU42cAJ.
comment:7 by , 10 years ago
| Milestone: | unscheduled → next-major-releases |
|---|



Uses authentication variables if present