Bug #82
charon does not support include statements in /etc/ipsec.secrets
Start date:
05.08.2009
Due date:
Estimated time:
Affected version:
5.9.1
Resolution:
Description
The charon daemon does not support includes in /etc/ipsec.secrets.
The only hint about is a warning message:
charon: 01[CFG] loading secrets from '/etc/ipsec.secrets'
charon: 01[CFG] line 8: missing ':' separator
charon: 01[KNL] listening on interfaces:
it continues to run, but is unable to find the included secrets...
There is also no notice about in the ipsec.secrets manual page.
See also static void load_secrets(private_stroke_cred_t *this)
function in src/charon/plugins/stroke/stroke_cred.c.
Original report at: https://bugzilla.novell.com/show_bug.cgi?id=524799.
History
#1 Updated by Martin Willi over 11 years ago
- Status changed from New to Closed
I have implemented this functionality with changeset 51c037cc.
#2 Updated by Andreas Steffen over 11 years ago
- Target version changed from 4.3.3 to 4.3.4