More security changes.

This commit is contained in:
Arthur Britto
2013-01-18 01:41:48 -08:00
parent bda80d4144
commit e69d309cb3
5 changed files with 46 additions and 12 deletions

View File

@@ -112,8 +112,11 @@ public:
// RPC parameters
std::string RPC_IP;
int RPC_PORT;
std::string RPC_ADMIN_USER;
std::string RPC_ADMIN_ALLOW;
std::string RPC_ADMIN_PASSWORD;
std::string RPC_ADMIN_USER;
std::string RPC_PASSWORD;
std::string RPC_USER;
bool RPC_ALLOW_REMOTE;
std::vector<Json::Value> RPC_STARTUP;