mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-10 09:22:06 -04:00
Update username length for MSSQL
This commit is contained in:
parent
766b90976d
commit
6684e5c91d
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ func New() (interface{}, error) {
|
|||
connProducer.Type = msSQLTypeName
|
||||
|
||||
credsProducer := &credsutil.SQLCredentialsProducer{
|
||||
DisplayNameLen: 4,
|
||||
UsernameLen: 16,
|
||||
DisplayNameLen: 20,
|
||||
UsernameLen: 128,
|
||||
}
|
||||
|
||||
dbType := &MSSQL{
|
||||
|
|
|
|||
Loading…
Reference in a new issue