mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Added retry logic to ConnectAndBind
This commit is contained in:
@@ -13,4 +13,5 @@ public class LdapConfig
|
||||
public string UsersOu { get; set; } = "ou=users";
|
||||
public string GroupsOu { get; set; } = "ou=groups";
|
||||
public string MigrationsOu { get; set; } = "ou=migrations";
|
||||
public int ConnectionRetryCount { get; set; } = 10;
|
||||
}
|
||||
Reference in New Issue
Block a user