mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
add enableSamaccountnameLogin param (#29410)
This commit is contained in:
parent
b239a71934
commit
9d31bb8586
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user