Skip to content
Snippets Groups Projects
Unverified Commit 3039b062 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

server_account_manager: set name server uri instead of account

Change-Id: Ib86ac365eca1491390013af75ec6b928a289222e
parent 205aa46e
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ ServerAccountManager::initAuthentication(
//auto info = useIdentity();
std::map<std::string, std::string> config;
if (json.isMember("nameServer")) {
config.emplace(DRing::Account::ConfProperties::RingNS::ACCOUNT, json["nameServer"].asString());
config.emplace(DRing::Account::ConfProperties::RingNS::URI, json["nameServer"].asString());
}
if (json.isMember("displayName")) {
config.emplace(DRing::Account::ConfProperties::DISPLAYNAME, json["displayName"].asString());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment