tests/e2e: add new ldap object classes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -216,6 +216,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
||||
"mail": [""],
|
||||
"objectClass": [
|
||||
"user",
|
||||
"inetOrgPerson"
|
||||
"organizationalPerson",
|
||||
"goauthentik.io/ldap/user",
|
||||
],
|
||||
@ -242,6 +243,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
||||
"mail": [""],
|
||||
"objectClass": [
|
||||
"user",
|
||||
"inetOrgPerson"
|
||||
"organizationalPerson",
|
||||
"goauthentik.io/ldap/user",
|
||||
],
|
||||
@ -268,6 +270,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
||||
"mail": [USER().email],
|
||||
"objectClass": [
|
||||
"user",
|
||||
"inetOrgPerson"
|
||||
"organizationalPerson",
|
||||
"goauthentik.io/ldap/user",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user