1;//
2;// This file contains message strings for the OpenLDAP slapd service.
3;//
4;// This file should be compiled as follows
5;//   mc -v slapdmsg.mc  -r $(IntDir)
6;//   rc /v /r  $(IntDir)\slapdmsg.rc
7;// The mc (message compiler) command generates the .rc and .h files from this file. The
8;// rc (resource compiler) takes the .rc file and produces a .res file that can be linked
9;// with the final executable application. The application is then registered as a message
10;// source with by creating the appropriate entries in the system registry.
11;//
12
13MessageID=0x500
14Severity=Informational
15SymbolicName=MSG_SVC_STARTED
16Facility=Application
17Language=English
18OpenLDAP service started. debuglevel=%1, conffile=%2, urls=%3
19.
20
21
22MessageID=0x501
23Severity=Informational
24SymbolicName=MSG_SVC_STOPPED
25Facility=Application
26Language=English
27OpenLDAP service stopped.
28.
29