X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/6e4239ba344debdb20b44b66cf242fec3314de35..94e901e9f7b263786e227baa3c019fffc85c6b7d:/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp?ds=inline

diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp b/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
index 3c17ce95..54921571 100644
--- a/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
+++ b/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
@@ -37,7 +37,7 @@ if (users->FindByName(login, &u))
     return;
     }
 
-std::string s = "<AuthorizedBy>";
+std::string s = "<AuthorizedBy result=\"ok\">";
 std::vector<std::string> list(u->GetAuthorizers());
 for (std::vector<std::string>::const_iterator it = list.begin(); it != list.end(); ++it)
     s += "<Auth name=\"" + *it + "\"/>";