5 # An ini file for vlmcsd is normally not required. It is for advanced users only.
6 # vlmcsd uses an ini file only if specified using the -i option in the command line parameters.
7 # There is no default ini file because vlmcsd is designed to run on many platforms.
9 # Every line starting with a number sign (#) or semicolon (;) is treated as a comment.
10 # If a key word is used more than once, the last occurrence is used. The only exception
11 # to this is Listen. You can use Listen=<ip address>[:port] more than once.
14 # Set ePID/HwId for Windows explicitly
15 ;55c92734-d682-4d71-983e-d6ec3f16059f = 06401-00206-271-392041-03-1033-9600.0000-3622014 / 01 02 03 04 05 06 07 08
17 # Set ePID for Office 2010 (including Visio and Project) explicitly
18 ;59a52881-a989-479d-af46-f275c6370663 = 06401-00096-199-496023-03-1033-9600.0000-3622014
20 # Set ePID for Office 2013 (including Visio and Project) explicitly
21 ;0ff1ce15-a989-479d-af46-f275c6370663 = 06401-00206-234-409313-03-1033-9600.0000-3622014
25 # ***The Port directive only works if vlmcsd was compiled to use MS RPC
26 # ***Use Listen otherwise
29 # Listen on all IPv4 addresses (default port 1688)
30 # Command line: -L (and compatibility options -4, -6, -P)
31 # Does not work with MS RPC, use Port=
32 ;Listen = 0.0.0.0:1688
34 # Listen on all IPv6 addresses (default port 1688)
35 # Command line: -L (and compatibility options -4, -6, -P)
38 # Randomize ePIDs at program start up (only those that are not explicitly specified)
40 ;RandomizationLevel = 1
42 # Use a specific culture (1033 = English US) in ePIDs even if the ePID is randomized
46 # Set a maximum of 4 workers (forked processes or threads)
50 # Disconnect users after 30 seconds of inactivity
52 ;ConnectionTimeout = 30
54 # Disconnect clients immediately after each request
55 # Command line: -d and -k
56 ;DisconnectClientsImmediately = yes
58 # Write a pid file (a file containing the process id of vlmcsd)
60 ;PidFile = /var/run/vlmcsd.pid
62 # Write log to /var/log/vlmcsd.log
63 # Command line: -l (-e and -f also override this directive)
64 ;LogFile = /var/log/vlmcsd.log
66 # Create a verbose log
67 # Command line: -v and -q
70 # Set activation interval to 2 hours
72 ;ActivationInterval = 2h
74 # Set renewal interval to 7 days
78 # Run program as user vlmcsduser
82 # Run program as group vlmcsdgroup
86 # Disable or enable the NDR64 transfer syntax in RPC (default enabled)
90 # Disable or enable bind time feature negotiation in RPC (default enabled)