[Samba] Looking for Python docs/examples to modify DNS via keytab

Rowland Penny rpenny at samba.org
Sat Jun 29 08:29:04 UTC 2024


On Fri, 28 Jun 2024 13:07:06 -0700
christian baltini via samba <samba at lists.samba.org> wrote:

> Hello all,
> 
> I am looking to rewrite the shell script here
> (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records)
> in Python.

Basically most of that script is written to check if a kerberos ticket
exists and is current and then the ticket is used with samba-tool to
carry out deletions/additions, so it might be worth while examining the
relevant samba-tool code.

Your main problem is going to be is that the isc-dhcp-server (that
triggers the bash script) is now EOL, what were you thinking of
replacing it with ?
 
Rowland





More information about the samba mailing list