Modify ↓
Opened 11 years ago
Closed 4 years ago
#11094 closed enhancement (cantfix)
allow multiple environment variables
Reported by: | Andrew Schulman | Owned by: | Eduard |
---|---|---|---|
Priority: | high | Component: | ApacheUserInfoPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
It would be nice if the plugin allowed the user to specify multiple environment variables for each key, and took the value from the first one that's populated. For example:
email_var = AUTHENTICATE_FORWARDEMAILADDRESS AUTHENTICATE_MAIL
Then the value of AUTHENTICATE_FORWARDEMAILADDRESS would be used if the value was non-empty, otherwise the value of AUTHENTICATE_MAIL would be used.
While this example may seem artificial, believe it or not it's exactly the case in our environment. When one variable is set, its value should be used in preference to the other.
For that reason I wrote a patch that does this. The patch is attached.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | multiple-env-vars.patch added |
---|
comment:1 Changed 11 years ago by
Priority: | normal → high |
---|---|
Status: | new → assigned |
comment:2 Changed 4 years ago by
Resolution: | → cantfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Plugin is no longer available on BitBucket.