samba-tool: add new --dns-directory-partition option to dns zonecreate command
authorBjörn Baumbach <bb@sernet.de>
Thu, 15 Jun 2023 16:24:50 +0000 (18:24 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 16 Jun 2023 21:23:28 +0000 (21:23 +0000)
commit6640cf5e32fd8c0561aa8bb4a48fe0fc73740403
treeb54170b9ba9ab90fa7e29652d3d73ca043dc199d
parent3a9e0b318db7a3888e9b5c60f2748edd704630a1
samba-tool: add new --dns-directory-partition option to dns zonecreate command

The new --dns-directory-partition chooses the directory partition for
the new zone - "domain" or "forest". Defaults to the current default
"domain".

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Jun 16 21:23:28 UTC 2023 on atb-devel-224
python/samba/netcmd/dns.py
python/samba/tests/samba_tool/dnscmd.py