mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-19 01:33:16 +00:00
dont ask all sync questions for azure
This commit is contained in:
@@ -24,6 +24,13 @@ namespace Bit.Core.Models
|
||||
UserEmailPrefixAttribute = "sAMAccountName";
|
||||
break;
|
||||
case DirectoryType.AzureActiveDirectory:
|
||||
GroupFilter = null;
|
||||
UserFilter = null;
|
||||
MemberAttribute = null;
|
||||
GroupNameAttribute = null;
|
||||
UserEmailAttribute = null;
|
||||
UserEmailPrefixAttribute = null;
|
||||
UserEmailSuffix = null;
|
||||
break;
|
||||
case DirectoryType.Other:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user