mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-03 04:07:50 +00:00
Updating instructions
This commit is contained in:
@@ -65,6 +65,7 @@ namespace uCentral::Auth {
|
||||
}
|
||||
|
||||
int Service::Start() {
|
||||
Logger_.notice("Starting...");
|
||||
Secure_ = uCentral::ServiceConfig::getBool(SubSystemConfigPrefix_+".enabled",true);
|
||||
DefaultPassword_ = uCentral::ServiceConfig::getString(SubSystemConfigPrefix_+".default.password","");
|
||||
DefaultUserName_ = uCentral::ServiceConfig::getString(SubSystemConfigPrefix_+".default.username","");
|
||||
@@ -73,7 +74,7 @@ namespace uCentral::Auth {
|
||||
}
|
||||
|
||||
void Service::Stop() {
|
||||
|
||||
Logger_.notice("Stopping...");
|
||||
}
|
||||
|
||||
bool Service::IsAuthorized(Poco::Net::HTTPServerRequest & Request, std::string & SessionToken, std::string & UserName )
|
||||
|
||||
Reference in New Issue
Block a user