Add environment variable for https reverse proxy (B. Marshall)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
* Add systemd guide
|
* Add systemd guide
|
||||||
|
* Add environment variable for https reverse proxy (B. Marshall)
|
||||||
|
|
||||||
2.033006 - 2016-03-20
|
2.033006 - 2016-03-20
|
||||||
|
|
||||||
|
|||||||
@@ -159,6 +159,9 @@ to Netdisco in the C<X-REMOTE_USER> HTTP Header. For example with Apache:
|
|||||||
RequestHeader unset X-REMOTE_USER
|
RequestHeader unset X-REMOTE_USER
|
||||||
RequestHeader set X-REMOTE_USER "%{REMOTE_USER}e" env=REMOTE_USER
|
RequestHeader set X-REMOTE_USER "%{REMOTE_USER}e" env=REMOTE_USER
|
||||||
|
|
||||||
|
When running securely (https), replace C<< "%{REMOTE_USER}e" >> with C<<
|
||||||
|
"%{REMOTE_USER}s" >>.
|
||||||
|
|
||||||
=head3 C<ldap>
|
=head3 C<ldap>
|
||||||
|
|
||||||
Value: Settings Tree. Default: None.
|
Value: Settings Tree. Default: None.
|
||||||
|
|||||||
Reference in New Issue
Block a user