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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user