1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-03 17:13:16 +00:00

CN to default path

This commit is contained in:
Kyle Spearrin
2017-05-18 08:42:47 -04:00
parent cacb1704f1
commit 79dccee08d

View File

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