mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-01 08:03:31 +00:00
member attribute
This commit is contained in:
@@ -657,7 +657,7 @@ namespace Bit.Console
|
||||
|
||||
if(SettingsService.Instance.Server.Type != Core.Enums.DirectoryType.AzureActiveDirectory)
|
||||
{
|
||||
Con.Write("Member Of Attribute [{0}]: ", config.Ldap.MemberAttribute);
|
||||
Con.Write("Member Attribute [{0}]: ", config.Ldap.MemberAttribute);
|
||||
input = Con.ReadLine();
|
||||
if(!string.IsNullOrEmpty(input))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user