Update username length for MSSQL

This commit is contained in:
Brian Kassouf
2017-04-27 22:59:22 -07:00
parent 766b90976d
commit 6684e5c91d

View File

@@ -26,8 +26,8 @@ func New() (interface{}, error) {
connProducer.Type = msSQLTypeName
credsProducer := &credsutil.SQLCredentialsProducer{
DisplayNameLen: 4,
UsernameLen: 16,
DisplayNameLen: 20,
UsernameLen: 128,
}
dbType := &MSSQL{