On Thu, 3 Jul 2025 08:41:30 -0700
Peter Carlson via samba <samba at lists.samba.org> wrote:
> I have a simple samba setup
>
> # Global parameters
> [global]
> ??? netbios name = NC
> ??? realm = CARLSON.HOME
So, your dns domain is carlson.home
> ??? server role = active directory domain controller
> ??? server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
> drepl, winbindd, ntp_signd, kcc, dnsupdate
> ??? workgroup = CARLSON
> ??? idmap_ldb:use rfc2307 = yes
>
> [sysvol]
> ??? path = /var/lib/samba/sysvol
> ??? read only = No
>
> [netlogon]
> ??? path = /var/lib/samba/sysvol/carlson.home/scripts
> ??? read only = No
>
> I would like to manage some DNS records for carlson.home (ie:
> pve1.carlson.home = 192.168.1.3).? In reading the wiki, it seems I
> have 3 options: samba-tool, admintool and windows DNS RSAT tool.
> Please tell me that there is a way to just simply edit BIND's db.X
> file?
>
> I did find a way to make it work using: response-policy?? { zone
> "rpz.local";}; but I would like to organize my DNS and not just
use
> one flat file
Not possible, your AD domain dns servers are authoritative for the
carlson.home dns domain and you cannot put dns records for that dns
domain in a flat file, those records are stored in AD.
Rowland