History log of /openbsd-src/etc/examples/ldpd.conf (Results 1 – 3 of 3)
Revision Date Author Comments
# fcd3a45b 06-Aug-2018 mestre <mestre@openbsd.org>

Correct example file since reserved words cannot be used as macros. Not only
that, the macro used was password and if we changed it to something like
pass="secret" it would log it if the daemon was r

Correct example file since reserved words cannot be used as macros. Not only
that, the macro used was password and if we changed it to something like
pass="secret" it would log it if the daemon was ran in verbose mode.

Hint and OK claudio@

show more ...


# da52b844 05-Jun-2016 renato <renato@openbsd.org>

The ldpd(8) sample config was terribly outdated. Passive interfaces,
for example, were removed in 2013 because they don't make sense in ldpd.

ok deraadt


# 9ac5d1d9 11-Jul-2014 deraadt <deraadt@openbsd.org>

Place the first example into the /etc/examples directory, removing it
from the regular view. There will be many more soon.
Idea discussed for days with robert and ajacoutot