feat(auth): initial auth added, refs NOISSUE
This commit is contained in:
16
song_of_the_day/Auth/ConfigurationAD.cs
Normal file
16
song_of_the_day/Auth/ConfigurationAD.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
public class ConfigurationAD
|
||||
{
|
||||
public int Port { get; set; } = 389;
|
||||
public string Zone { get; set; } = string.Empty;
|
||||
public string Domain { get; set; } = string.Empty;
|
||||
public string Subdomain { get; set; } = string.Empty;
|
||||
|
||||
public string Username { get; set; } = string.Empty;
|
||||
public string Password { get; set; } = string.Empty;
|
||||
|
||||
public string LDAPserver { get; set; } = string.Empty;
|
||||
public string LDAPQueryBase { get; set; } = string.Empty;
|
||||
|
||||
public string Crew { get; set; } = string.Empty;
|
||||
public string Managers { get; set; } = string.Empty;
|
||||
}
|
Reference in New Issue
Block a user