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

member attribute

This commit is contained in:
Kyle Spearrin
2017-05-18 08:35:40 -04:00
parent badee2d49c
commit a3904712d4

View File

@@ -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))
{