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.
Updated RemoteUserConfluenceAuth to 1.2
- Loading branch information
1 parent
a938efc
commit 799658d
Showing
5 changed files
with
70 additions
and
33 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
RemoteUserConfluenceAuth/RemoteUserConfluenceAuth.properties
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.