2 ;// This file contains message strings for the OpenLDAP slapd service.
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.
14 Severity=Informational
15 SymbolicName=MSG_SLAPD_STARTED
18 OpenLDAP SLAPD service started. debuglevel=%1, conffile=%2, urls=%3, mode=%4
23 Severity=Informational
24 SymbolicName=MSG_SLAPD_STOPPED
27 OpenLDAP SLAPD service stopped.