mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-03 17:13:16 +00:00
remove duplicate arg
This commit is contained in:
@@ -594,10 +594,6 @@ namespace Bit.Console
|
||||
{
|
||||
config.Ldap.GroupPath = parameters["gp"];
|
||||
}
|
||||
if(parameters.ContainsKey("gf"))
|
||||
{
|
||||
config.GroupFilter = parameters["gf"];
|
||||
}
|
||||
if(parameters.ContainsKey("gn"))
|
||||
{
|
||||
config.Ldap.GroupNameAttribute = parameters["gn"];
|
||||
|
||||
Reference in New Issue
Block a user