mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-24 04:04:29 +00:00
cleanup settings and set defautls for ldap ad
This commit is contained in:
@@ -59,6 +59,11 @@ export class SettingsComponent implements OnInit, OnDestroy {
|
||||
this.sync.emailPrefixAttribute = 'sAMAccountName';
|
||||
this.sync.groupPath = 'CN=Users';
|
||||
this.sync.userPath = 'CN=Users';
|
||||
this.sync.memberAttribute = 'member';
|
||||
this.sync.userObjectClass = 'person';
|
||||
this.sync.groupObjectClass = 'group';
|
||||
this.sync.userEmailAttribute = 'mail';
|
||||
this.sync.groupNameAttribute = 'name';
|
||||
}
|
||||
|
||||
await this.configurationService.saveDirectoryType(this.directory);
|
||||
|
||||
Reference in New Issue
Block a user