Displaying 8 results from an estimated 8 matches for "dnssrvupdaterecord2".
2024 Oct 12
2
AD/DNS: Cannot Create a CNAME record with a blank name...
...TERNAL_DB_ERROR')
? File "/usr/lib/python3.12/site-packages/samba/netcmd/__init__.py",
line 279, in _run
??? return self.run(*args, **kwargs)
?????????? ^^^^^^^^^^^^^^^^^^^^^^^^^
? File "/usr/lib/python3.12/site-packages/samba/netcmd/dns.py", line
1186, in run
dns_conn.DnssrvUpdateRecord2(dnsserver.DNS_CLIENT_VERSION_LONGHORN,
? File "/usr/lib/python3.12/site-packages/samba/netcmd/dns.py", line
119, in f
??? return attr(*args)
?????????? ^^^^^^^^^^^
Have I misinterpreted the instructions and done it wrong? Thanks in
advance for the help.
- John
2013 Mar 20
1
Clients no longer updating DNS & unable to delete MX records
Hello,
After noticing some odd behavior on my domain, I realized that many of my
DNS records are incorrect and that clients are no longer properly updating
DNS. While looking into this, I also discovered that I am unable to delete
MX records via AD DNS Manager or samba-tool. Both tools "see" the record
but report it does not exist when I attempt to delete it. I can create new
MX
2024 Oct 12
1
AD/DNS: Cannot Create a CNAME record with a blank name...
...le "/usr/lib/python3.12/site-packages/samba/netcmd/__init__.py",
> line 279, in _run
> ??? return self.run(*args, **kwargs)
> ?????????? ^^^^^^^^^^^^^^^^^^^^^^^^^
> ? File "/usr/lib/python3.12/site-packages/samba/netcmd/dns.py", line
> 1186, in run
> dns_conn.DnssrvUpdateRecord2(dnsserver.DNS_CLIENT_VERSION_LONGHORN,
> ? File "/usr/lib/python3.12/site-packages/samba/netcmd/dns.py", line
> 119, in f
> ??? return attr(*args)
> ?????????? ^^^^^^^^^^^
> Have I misinterpreted the instructions and done it wrong? Thanks in
> advance for the help.
I...
2024 Oct 12
2
AD/DNS: Cannot Create a CNAME record with a blank name...
...3.12/site-packages/samba/netcmd/__init__.py",
>> line 279, in _run
>> ??? return self.run(*args, **kwargs)
>> ?????????? ^^^^^^^^^^^^^^^^^^^^^^^^^
>> ? File "/usr/lib/python3.12/site-packages/samba/netcmd/dns.py", line
>> 1186, in run
>> dns_conn.DnssrvUpdateRecord2(dnsserver.DNS_CLIENT_VERSION_LONGHORN,
>> ? File "/usr/lib/python3.12/site-packages/samba/netcmd/dns.py", line
>> 119, in f
>> ??? return attr(*args)
>> ?????????? ^^^^^^^^^^^
>> Have I misinterpreted the instructions and done it wrong? Thanks in
>> a...
2016 May 13
2
Fwd: Re: Invalid data for index DN=@INDEX:OBJECTCLASS:DNSNODE
> OK, could this just be a permissions problem i.e. user 'ash' doesn't
> have the required rights to add a dns record, try again, but this time
> use the 'Administrator' user.
I've repeated the "samba-tool dns add", and the "samba-tool domain join"
commands with "-UAdministrator". I get the same errors with either user.
(the error
2024 Oct 12
1
AD/DNS: Cannot Create a CNAME record with a blank name...
..."/usr/lib/python3.12/site-packages/samba/netcmd/__init__.py",
> line 279, in _run
> ??? return self.run(*args, **kwargs)
> ?????????? ^^^^^^^^^^^^^^^^^^^^^^^^^
> ? File "/usr/lib/python3.12/site-packages/samba/netcmd/dns.py", line
> 1186, in run
> dns_conn.DnssrvUpdateRecord2(dnsserver.DNS_CLIENT_VERSION_LONGHORN,
> ? File "/usr/lib/python3.12/site-packages/samba/netcmd/dns.py", line
> 119, in f
> ??? return attr(*args)
> ?????????? ^^^^^^^^^^^
> Have I misinterpreted the instructions and done it wrong? Thanks in
> advance for the help....
2016 May 13
0
Fwd: Re: Invalid data for index DN=@INDEX:OBJECTCLASS:DNSNODE
....add(rec)
>
>
> Could permissions account for the " Invalid data for index
> DN=@INDEX:OBJECTCLASS:DNSNODE", anyway?
>
> Ash
>
Possibly, if your user doesn't have the correct rights, then the command
could error, the full command that failed was this:
dns_conn.DnssrvUpdateRecord2(dnsserver.DNS_CLIENT_VERSION_LONGHORN, 0,
server, zone, name, add_rec_buf, None)
This relies on:
dns_conn = dns_connect(server, self.lp, self.creds)
The relevant part is this: 'self.creds'
This means the entire command would fail if the supplied user didn't
have the required right...
2024 Oct 12
1
AD/DNS: Cannot Create a CNAME record with a blank name...
.../netcmd/__init__.py",
>>> line 279, in _run
>>> ??? return self.run(*args, **kwargs)
>>> ?????????? ^^^^^^^^^^^^^^^^^^^^^^^^^
>>> ? File "/usr/lib/python3.12/site-packages/samba/netcmd/dns.py", line
>>> 1186, in run
>>> dns_conn.DnssrvUpdateRecord2(dnsserver.DNS_CLIENT_VERSION_LONGHORN,
>>> ? File "/usr/lib/python3.12/site-packages/samba/netcmd/dns.py", line
>>> 119, in f
>>> ??? return attr(*args)
>>> ?????????? ^^^^^^^^^^^
>>> Have I misinterpreted the instructions and done it wrong? T...