Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Cooper <tim.cooper@layeh.com>2015-07-10 22:01:55 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commit80930b5feca772ccede078b360d77504a2fa4733 (patch)
tree5af217b8664ae0ccf7bb751201c6c3ab3ba53472 /src/murmur/MurmurRPC.proto
parent3225be04aef64fd1be78c18182759df6f3f829ec (diff)
grpc: support setting temporary groups from authenticator
Diffstat (limited to 'src/murmur/MurmurRPC.proto')
-rw-r--r--src/murmur/MurmurRPC.proto5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/murmur/MurmurRPC.proto b/src/murmur/MurmurRPC.proto
index 033e76878..01ab1ed14 100644
--- a/src/murmur/MurmurRPC.proto
+++ b/src/murmur/MurmurRPC.proto
@@ -588,10 +588,7 @@ message Authenticator {
optional Status status = 1;
optional uint32 id = 2;
optional string name = 3;
- //repeated string groups = 4; // TODO(grpc): ACL.Group?
- // TODO(grpc): is groups really needed? Can't we just call
- // ACLService.AddTemporaryGroup? Will need to pass the session/User object
- // to the authenticator for this to happen.
+ repeated ACL.Group groups = 4;
}
message Find {