Skip to content

Commit

Permalink
add enableSamaccountnameLogin param (#29410)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobontempo authored Jan 24, 2025
1 parent b239a71 commit 9d31bb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/tests/helpers/openapi/expected-auth-attrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d31bb8

Please sign in to comment.