mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
Update username length for MSSQL
This commit is contained in:
@@ -26,8 +26,8 @@ func New() (interface{}, error) {
|
|||||||
connProducer.Type = msSQLTypeName
|
connProducer.Type = msSQLTypeName
|
||||||
|
|
||||||
credsProducer := &credsutil.SQLCredentialsProducer{
|
credsProducer := &credsutil.SQLCredentialsProducer{
|
||||||
DisplayNameLen: 4,
|
DisplayNameLen: 20,
|
||||||
UsernameLen: 16,
|
UsernameLen: 128,
|
||||||
}
|
}
|
||||||
|
|
||||||
dbType := &MSSQL{
|
dbType := &MSSQL{
|
||||||
|
|||||||
Reference in New Issue
Block a user