Bug Fix: User Attachment Refs, AD Group Domain

User Attachments updated in the DataStore to reflect new UserId (which
includes the domain); AD Groups were using DnsName instead of
NetBiosName.
This commit is contained in:
Gary Sharp
2014-04-11 19:56:17 +10:00
parent 3238a916a2
commit e984221c95
14 changed files with 156 additions and 77 deletions
@@ -11,5 +11,6 @@ namespace Disco.Models.Interop.ActiveDirectory
string NetBiosId { get; }
string Name { get; set; }
string DisplayName { get; }
}
}