Initial AD bulk tool prototype
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace ADBulkTool.Models;
|
||||
|
||||
public sealed record AdConfig(
|
||||
string Host,
|
||||
int Port,
|
||||
bool UseLdaps,
|
||||
bool IgnoreCertificateErrors,
|
||||
string SearchBaseDn,
|
||||
string BindUsername,
|
||||
string BindPassword);
|
||||
Reference in New Issue
Block a user