mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
29 lines
892 B
MonkeyC
29 lines
892 B
MonkeyC
|
;//
|
||
|
;// This file contains message strings for the OpenLDAP slapd service.
|
||
|
;//
|
||
|
;// This file should be compiled as follows
|
||
|
;// mc -v slapdmsg.mc -r $(IntDir)
|
||
|
;// rc /v /r $(IntDir)\slapdmsg.rc
|
||
|
;// The mc (message compiler) command generates the .rc and .h files from this file. The
|
||
|
;// rc (resource compiler) takes the .rc file and produces a .res file that can be linked
|
||
|
;// with the final executable application. The application is then registered as a message
|
||
|
;// source with by creating the appropriate entries in the system registry.
|
||
|
;//
|
||
|
|
||
|
MessageID=0x500
|
||
|
Severity=Informational
|
||
|
SymbolicName=MSG_SLAPD_STARTED
|
||
|
Facility=Application
|
||
|
Language=English
|
||
|
OpenLDAP SLAPD service started. debuglevel=%1, conffile=%2, port=%3, ip=%4, mode=%5
|
||
|
.
|
||
|
|
||
|
|
||
|
MessageID=0x501
|
||
|
Severity=Informational
|
||
|
SymbolicName=MSG_SLAPD_STOPPED
|
||
|
Facility=Application
|
||
|
Language=English
|
||
|
OpenLDAP SLAPD service stopped.
|
||
|
.
|