mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-02 19:57:49 +00:00
Added support for auto provisioning
This commit is contained in:
@@ -41,7 +41,8 @@ namespace uCentral::Auth {
|
||||
|
||||
Service::Service() noexcept:
|
||||
SubSystemServer("Authentication", "AUTH-SVR", "authentication"),
|
||||
Secure_(true)
|
||||
Secure_(true),
|
||||
AutoProvisioning_(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user