mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
Don't split description across multiple values.
This commit is contained in:
parent
f2e62ea04c
commit
ccbf18b7d0
1 changed files with 2 additions and 2 deletions
|
|
@ -1429,8 +1429,8 @@ monitor_back_db_open(
|
||||||
"cn: Monitor\n"
|
"cn: Monitor\n"
|
||||||
"description: This subtree contains monitoring/managing objects.\n"
|
"description: This subtree contains monitoring/managing objects.\n"
|
||||||
"description: This object contains information about this server.\n"
|
"description: This object contains information about this server.\n"
|
||||||
"description: Most of the information is contained in operational\n"
|
"description: Most of the information is held in operational"
|
||||||
"description: attributeTypes, which must be explicitly requested.\n"
|
" attributeTypes, which must be explicitly requested.\n"
|
||||||
"creatorsName: %s\n"
|
"creatorsName: %s\n"
|
||||||
"modifiersName: %s\n"
|
"modifiersName: %s\n"
|
||||||
"createTimestamp: %s\n"
|
"createTimestamp: %s\n"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue