-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix gateway user calculation for checking gw user against LDAP policy.
Add comment to SPP access request and also as metadata in audit trail about the original user UPN.
- Loading branch information
Gyorgy Krajcsovits
committed
Jun 9, 2021
1 parent
99d53fc
commit bf6e7b9
Showing
3 changed files
with
33 additions
and
23 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 |
---|---|---|
|
@@ -19,18 +19,14 @@ | |
# type $$ instead. For more information, read the "Store sensitive plugin data | ||
# securely" section in the Tutorial document. | ||
[plugin] | ||
# Whether to split the username along to '@' sign into a username and domain part. | ||
# Keep default 'yes' if in doubt. | ||
; split_username=yes | ||
|
||
# Which authentication provider for the user in SPP to authorize the user. | ||
# If left unset then the domain part of the username is used. | ||
; spp_auth_provider=Local | ||
|
||
# To change the external domain name of users to an internal domain name, | ||
# e.g. [email protected] to x.y@private, set replace_domain to the desired value. | ||
# This new domain name would be used as the auth provider in SPP. | ||
; replace_domain=quest.internal | ||
; replace_domain=company.internal | ||
|
||
# To refuse connection from some networks, set up exclude_networks list. | ||
# Useful for stopping users from connecting from a local network. | ||
|
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