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.

_______________________________________________
Pdns-users mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to