Fix the error message that is returned if a user attempts to use an invalid
value for the ds-cfg-time-limit configuration attribute. The error message was
correct originally, but the attribute was changed to require a time unit and
the message was no longer valid.
OpenDS Issue Number: 578
| | |
| | | registerMessage(MSGID_CONFIG_CORE_INVALID_TIME_LIMIT, |
| | | "Configuration entry %s has an invalid value for " + |
| | | "configuration attribute " + ATTR_TIME_LIMIT + |
| | | " (it should be the a positive integer value specifying " + |
| | | "the time limit in seconds, or -1 to indicate that no " + |
| | | "limit should be enforced): %s."); |
| | | " (it should be an integer value followed by a space " + |
| | | "and a time unit of seconds, minutes, hours, days, or " + |
| | | "weeks): %s."); |
| | | registerMessage(MSGID_CONFIG_CORE_DESCRIPTION_WRITABILITY_MODE, |
| | | "Specifies the writability mode for the Directory " + |
| | | "Server. The value may be one of \"enabled\", " + |