add enableSamaccountnameLogin param (#29410)

This commit is contained in:
claire bontempo
2025-01-24 12:09:47 -08:00
committed by GitHub
parent b239a71934
commit 9d31bb8586

View File

@@ -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: