mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
add enableSamaccountnameLogin param (#29410)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user