tests/e2e: add new ldap object classes

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-09-26 14:57:42 +02:00
parent c2f3ce11b0
commit 75ef4ce596
2 changed files with 7 additions and 4 deletions

View File

@ -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",
],