mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-05 18:13:23 +00:00
fix user stuff on settings console
This commit is contained in:
@@ -633,13 +633,13 @@ namespace Bit.Console
|
||||
input = Con.ReadLine();
|
||||
if(!string.IsNullOrEmpty(input))
|
||||
{
|
||||
config.Ldap.GroupPath = input;
|
||||
config.Ldap.UserPath = input;
|
||||
}
|
||||
Con.Write("User object class [{0}]: ", config.Ldap.UserObjectClass);
|
||||
input = Con.ReadLine();
|
||||
if(!string.IsNullOrEmpty(input))
|
||||
{
|
||||
config.Ldap.GroupObjectClass = input;
|
||||
config.Ldap.UserObjectClass = input;
|
||||
}
|
||||
Con.Write("User email attribute [{0}]: ", config.Ldap.UserEmailAttribute);
|
||||
input = Con.ReadLine();
|
||||
|
||||
Reference in New Issue
Block a user