diff --git a/TGServerService/ServerService.cs b/TGServerService/ServerService.cs index 192b37ecf4..ef921fc2b3 100644 --- a/TGServerService/ServerService.cs +++ b/TGServerService/ServerService.cs @@ -151,6 +151,7 @@ namespace TGServerService AddEndpoint(I); host.Credentials.ServiceCertificate.SetCertificate(StoreLocation.LocalMachine, StoreName.My, X509FindType.FindBySubjectName, Config.CertificateURL); + host.Credentials.UserNameAuthentication.IncludeWindowsGroups = true; host.Open(); //...or maybe here, doesn't really matter }