Feature #42: Active Directory Interop Upgrade
AD Interop moved to Disco.Services; Supports multi-domain environments, sites, and searching restricted with OUs.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Disco.Services.Plugins
|
||||
var resource = string.Format("{0} [{1}]", attributeDenied.AuthorizeResource, HostController.Request.RawUrl);
|
||||
|
||||
if (CurrentUser != null)
|
||||
AuthorizationLog.LogAccessDenied(CurrentUser.Id, resource, message);
|
||||
AuthorizationLog.LogAccessDenied(CurrentUser.UserId, resource, message);
|
||||
|
||||
return new HttpUnauthorizedResult();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user