From: Petter Reinholdtsen Date: Thu, 6 Dec 2012 09:31:14 +0000 (+0000) Subject: New post. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/15f4158488a62e0e03308fd88259d6661c234d78 New post. --- diff --git a/blog/data/2012-12-06-bofhd-scripting.txt b/blog/data/2012-12-06-bofhd-scripting.txt index 71d316d5fa..2ffb801383 100644 --- a/blog/data/2012-12-06-bofhd-scripting.txt +++ b/blog/data/2012-12-06-bofhd-scripting.txt @@ -6,11 +6,13 @@ Date: 2012-12-06 10:30 Oslo, we use the Cerebrum user administration system to maintain users, groups, DNS, DHCP, etc. -I've known since the system was written that the server was providing +I've known since the system was written that the server is providing an XML-RPC API, but -never spent time to try to figure out how to use it, as we always use -the bofh command line client at work. Until today. Here are a few -notes on how to use it with Python.

+I have never spent time to try to figure out how to use it, as we +always use the bofh command line client at work. Until today. I want +to script the updating of DNS and DHCP to make it easier to set up +virtual machines. Here are a few notes on how to use it with +Python.

I started by looking at the source of the Java bofh