Skip to content

Commit

Permalink
Addressing comments from HO
Browse files Browse the repository at this point in the history
  • Loading branch information
denisonbarbosa committed Jul 27, 2023
1 parent 1e5e748 commit 76480ed
Show file tree
Hide file tree
Showing 10 changed files with 137 additions and 273 deletions.
159 changes: 46 additions & 113 deletions authd.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions authd.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ service PAM {
rpc SelectBroker(SBRequest) returns (SBResponse);
rpc SelectAuthenticationMode(SAMRequest) returns (SAMResponse);
rpc IsAuthorized(IARequest) returns (IAResponse);
rpc AbortSession(ASRequest) returns (Empty);

rpc SetDefaultBrokerForUser(SDBFURequest) returns (Empty);

rpc AbortSession(ASRequest) returns (Empty);
rpc CancelIsAuthorized(CIARequest) returns (Empty);
}

service NSS {
Expand Down Expand Up @@ -103,7 +101,3 @@ message ASRequest {
string session_id = 1;
string username = 2;
}

message CIARequest {
string session_id = 1;
}
Loading

0 comments on commit 76480ed

Please sign in to comment.