-
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.
Merge pull request #43 from silicon-heaven/user-id
Add userId definition and login nonce retransmition rules.
- Loading branch information
Showing
3 changed files
with
14 additions
and
5 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 |
---|---|---|
|
@@ -54,6 +54,12 @@ should be used to get level if this field is not present. *Admin* access level | |
should be considered as the base limit if neither `AccessLevel` nor `Access` | ||
field is present. | ||
|
||
`userId` is string containing information about the login names and the | ||
broker names along the RPC message path through the brokers hierarchy. The format | ||
is`user-name1:broker-name1;user-name2:broker-name2;...`, for example: | ||
`[email protected]:broker1;broker1-login:broker2`. User name and broker name is delimited by `:`, | ||
user:broker pairs are delimited by ';'. | ||
|
||
`Access` is older approach for the access control. It is assigned to request by | ||
broker according to user rights. Multiple grants can be specified and separated | ||
by comma. This is no longer the primary way and is used only for pre-SHV 3.0 | ||
|
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