mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-10 21:33:20 +00:00
adjustments for ldap
This commit is contained in:
@@ -76,9 +76,9 @@ namespace Service
|
||||
}
|
||||
|
||||
var intervalMinutes = SettingsService.Instance.Sync.IntervalMinutes;
|
||||
if(SettingsService.Instance.Server.Type == Bit.Core.Enums.DirectoryType.Other && intervalMinutes < 30)
|
||||
if(SettingsService.Instance.Server.Type == Bit.Core.Enums.DirectoryType.Other && intervalMinutes < 60)
|
||||
{
|
||||
intervalMinutes = 30;
|
||||
intervalMinutes = 60;
|
||||
}
|
||||
else if(intervalMinutes < 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user