From 9d31bb85868b6a377411027afaecadfef1cb81fa Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:09:47 -0800 Subject: [PATCH] add enableSamaccountnameLogin param (#29410) --- ui/tests/helpers/openapi/expected-auth-attrs.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui/tests/helpers/openapi/expected-auth-attrs.js b/ui/tests/helpers/openapi/expected-auth-attrs.js index f30077167d..83a45c97bb 100644 --- a/ui/tests/helpers/openapi/expected-auth-attrs.js +++ b/ui/tests/helpers/openapi/expected-auth-attrs.js @@ -849,6 +849,13 @@ const ldap = { label: 'Discover DN', type: 'boolean', }, + enableSamaccountnameLogin: { + editType: 'boolean', + fieldGroup: 'default', + helpText: + 'If true, matching sAMAccountName attribute values will be allowed to login when upndomain is defined.', + type: 'boolean', + }, groupattr: { editType: 'string', helpText: