forked from AngusWarren/remoteuserauth
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
799658d
commit bbc2c5b
Showing
5 changed files
with
73 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## This file can override some default behaviour if saved in | ||
## WEB-INF/classes/RemoteUserConfluenceAuth.properties | ||
|
||
## If you're passing the username in an HTTP header, set the name here in | ||
## lowercase. Leave blank to use the special REMOTE_USER header. | ||
#header=x-proxy-username | ||
#header= | ||
header=x-forward-name | ||
|
||
## Use trustedhosts to specify specific hosts which are allowed to authenticate | ||
## via HTTP headers. Leave blank to allow all hosts. It supports a comma | ||
## separated list of IP addresses. It does not support subnets or ranges. | ||
#trustedhosts=192.168.0.1,192.168.0.2 | ||
#trustedhosts=192.168.0.1 | ||
#trustedhosts=192.168.0.1,127.0.0.1 | ||
#trustedhosts= | ||
trustedhosts=10.1.1.100,127.0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.