-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.1.10
-
Fix Version/s: None
-
Component/s: Enforcer
-
Labels:None
Where multiple instances of opendnssec are running, they need to use different socket files.
ODS includes the <SocketFile> config option for this purpose. However, it ignores this option when communicating with the signer
here: enforcer/src/signconf/signconf_task.c
and here: enforcer/src/keystate/zone_del_cmd.c
When contstructing the command line to pass to the system() function, The socket file name should also be passed like ods-signer s ${engine>config->clisock_filename_signer}