MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / Authorize

Method Authorize

src/sessionmgr/sessionmgr-service.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133const bool SrvHandler::Authorize(const Authz::Request::Ptr request)
134{
135 // There is no ACL management in the service handler object
136 return true;
137}
138
139
140void SrvHandler::method_new_tunnel(Object::Method::Arguments::Ptr args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected