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:
@@ -12,6 +12,7 @@ namespace Disco.Models.Interop.ActiveDirectory
|
||||
public string CommonName { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
public string DisplayName { get { return this.Name; } }
|
||||
|
||||
public List<string> MemberOf { get; set; }
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ namespace Disco.Models.Interop.ActiveDirectory
|
||||
public string Path { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
public string DisplayName { get { return this.Name; } }
|
||||
public string DnsName { get; set; }
|
||||
public Guid NetbootGUID { get; set; }
|
||||
|
||||
|
||||
@@ -11,5 +11,6 @@ namespace Disco.Models.Interop.ActiveDirectory
|
||||
string NetBiosId { get; }
|
||||
|
||||
string Name { get; set; }
|
||||
string DisplayName { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user