1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-19 01:33:16 +00:00

adjustments for ldap

This commit is contained in:
Kyle Spearrin
2017-05-17 17:16:03 -04:00
parent 4b6b2884cb
commit 9c3f5a8e6b
3 changed files with 19 additions and 8 deletions

View File

@@ -18,7 +18,6 @@ namespace Bit.Core.Models
switch(type)
{
case DirectoryType.ActiveDirectory:
MemberAttribute = "memberOf";
CreationDateAttribute = "whenCreated";
RevisionDateAttribute = "whenChanged";
UserEmailPrefixAttribute = "sAMAccountName";
@@ -33,7 +32,7 @@ namespace Bit.Core.Models
UserEmailSuffix = null;
break;
case DirectoryType.Other:
IntervalMinutes = 30;
IntervalMinutes = 60;
break;
default:
break;