Added retry logic to ConnectAndBind

This commit is contained in:
2025-10-08 22:56:45 +02:00
parent 45f9f5a2bf
commit bd72b1075a
2 changed files with 27 additions and 6 deletions

View File

@@ -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;
}