mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14:26 +01:00
Added new response code: AccessDenied
This commit is contained in:
parent
4cdf16347e
commit
deccb94cd5
@ -17,6 +17,7 @@ struct Response
|
||||
InvalidIP, // IP check failure
|
||||
UnknownCommand, // Unknown action
|
||||
LDAPInit, // Ldap initialization failed
|
||||
AccessDenied, // Access denied
|
||||
} code;
|
||||
|
||||
std::string message;
|
||||
|
Loading…
Reference in New Issue
Block a user