Skip to content

Increase fac_Config.Value size #1104

@viliampucik

Description

@viliampucik

OpenDCIM does not accept LDAP Base Search paths longer than 200 characters. That is because of limited size of fac_Config.Value database column. Please can you increase its default size to say 400 characters?

Currently we need to use the following workaround:

ALTER TABLE fac_Config MODIFY Value VARCHAR(400);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions