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
Martin Ducar
committed
Mar 21, 2017
1 parent
bbc2c5b
commit af292d8
Showing
3 changed files
with
17 additions
and
3 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 |
---|---|---|
|
@@ -15,3 +15,8 @@ header=x-forward-name | |
#trustedhosts=192.168.0.1,127.0.0.1 | ||
#trustedhosts= | ||
trustedhosts=10.1.1.100,127.0.0.1 | ||
|
||
## Split username on REALM and use only part without it, example: | ||
## [email protected] will become by default joe.black | ||
## Default is set to set to true, Comment out and set to false if you need full name | ||
#removeRealm=false |
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