diff --git a/src/Core/Models/SyncConfiguration.cs b/src/Core/Models/SyncConfiguration.cs index 390f98ac..1b57a6dc 100644 --- a/src/Core/Models/SyncConfiguration.cs +++ b/src/Core/Models/SyncConfiguration.cs @@ -52,8 +52,8 @@ namespace Bit.Core.Models CreationDateAttribute = "whenCreated"; RevisionDateAttribute = "whenChanged"; UserEmailPrefixAttribute = "sAMAccountName"; - UserPath = "Users"; - GroupPath = "Users"; + UserPath = "CN=Users"; + GroupPath = "CN=Users"; break; case DirectoryType.Other: break;