mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
add enableSamaccountnameLogin param (#29410)
This commit is contained in:
@@ -849,6 +849,13 @@ const ldap = {
|
|||||||
label: 'Discover DN',
|
label: 'Discover DN',
|
||||||
type: 'boolean',
|
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: {
|
groupattr: {
|
||||||
editType: 'string',
|
editType: 'string',
|
||||||
helpText:
|
helpText:
|
||||||
|
|||||||
Reference in New Issue
Block a user