Add environment variable for https reverse proxy (B. Marshall)

This commit is contained in:
Oliver Gorwits
2016-09-30 17:06:59 +01:00
parent 4dbc219ab4
commit 7b27002495
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
[ENHANCEMENTS]
* Add systemd guide
* Add environment variable for https reverse proxy (B. Marshall)
2.033006 - 2016-03-20

View File

@@ -159,6 +159,9 @@ to Netdisco in the C<X-REMOTE_USER> HTTP Header. For example with Apache:
RequestHeader unset X-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>
Value: Settings Tree. Default: None.