Skip to content
Snippets Groups Projects
Commit e8a68c5f authored by Steven Murray's avatar Steven Murray
Browse files

Added host to UserIdentity so that the authorisation of adminstrators can be...

Added host to UserIdentity so that the authorisation of adminstrators can be based both on the user and the host from which they are communicating.
parent e4e1d647
No related branches found
No related tags found
No related merge requests found
#pragma once
#include <stdint.h>
#include <string>
namespace cta {
......@@ -19,6 +20,11 @@ struct UserIdentity {
*/
uint32_t gid;
/**
* The host from which the user is communicating.
*/
std::string host;
/**
* Constructor.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment