Active Directory cli options

This commit is contained in:
Margo Crawford
2021-07-23 13:01:40 -07:00
parent 3899292e89
commit 8fb35c6569
23 changed files with 68 additions and 52 deletions
@@ -230,6 +230,9 @@ func TestSupervisorLogin(t *testing.T) {
wantDownstreamIDTokenUsernameToMatch: regexp.QuoteMeta(env.SupervisorUpstreamLDAP.TestUserDN),
wantDownstreamIDTokenGroups: env.SupervisorUpstreamLDAP.TestUserDirectGroupsCNs,
},
{
name: "activedirectory with all default options",
},
}
for _, test := range tests {
tt := test