feat: add user management, refs NOISSUE
This commit is contained in:
@@ -10,7 +10,8 @@ public class ConfigurationAD
|
||||
|
||||
public string LDAPserver { get; set; } = string.Empty;
|
||||
public string LDAPQueryBase { get; set; } = string.Empty;
|
||||
public string LDAPUserQueryBase { get; set; } = string.Empty;
|
||||
|
||||
public string Crew { get; set; } = string.Empty;
|
||||
public string Managers { get; set; } = string.Empty;
|
||||
public string CrewGroup { get; set; } = string.Empty;
|
||||
public string ManagerGroup { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user