Feature #20: Assigned User Is Local Admin

Device Profile setting which specifies whether assigned users are set as
Local Administrators. Default is true (which maintains compatibility).
This commit is contained in:
Gary Sharp
2013-10-28 18:16:22 +11:00
parent c13d13c91c
commit 10a38af08b
12 changed files with 671 additions and 290 deletions
@@ -43,6 +43,8 @@ namespace Disco.Models.Repository
// 2012-06-28 G#
public bool ProvisionADAccount { get; set; }
public bool AssignedUserLocalAdmin { get; set; }
public virtual IList<Device> Devices { get; set; }
public override string ToString()