You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2020/05/29 10:51:06 UTC

[GitHub] [thrift] Breakwell commented on a change in pull request #2083: Make named pipe security configurable by security descriptor string

Breakwell commented on a change in pull request #2083:
URL: https://github.com/apache/thrift/pull/2083#discussion_r432406414



##########
File path: lib/cpp/src/thrift/transport/TPipeServer.h
##########
@@ -76,6 +85,7 @@ class TPipeServer : public TServerTransport {
   bool getAnonymous();
   void setAnonymous(bool anon);
   void setMaxConnections(uint32_t maxconnections);
+  void setSecurityDescriptor(std::string securityDescriptor);

Review comment:
       Done.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org