1
0
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:
Ralf Ramsauer 2015-09-24 18:05:10 +02:00
parent 4cdf16347e
commit deccb94cd5

View File

@ -17,6 +17,7 @@ struct Response
InvalidIP, // IP check failure
UnknownCommand, // Unknown action
LDAPInit, // Ldap initialization failed
AccessDenied, // Access denied
} code;
std::string message;