[Pdns-users] Question about logging changes
Brian Candler
b.candler at pobox.com
Tue Nov 28 16:10:22 UTC 2017
On 28/11/2017 16:02, Dirk Bartley wrote:
> One of the features being
> requested is the ability to log the who, what and when of all changes
> to the data that dns is serving.
My first inclination would be to use a SQL backend, and put triggers on
the tables to record all insert/update/delete operations. That probably
won't capture the "who" though.
That depends on how people are making the changes - e..g through a web
interface which talks to the API? Through a web interface which talks
directly to the database, like poweradmin? Maybe the logging is best
done at that layer, since only that layer knows who has authenticated to it.
More information about the Pdns-users
mailing list