search for: dnssrvupdaterecord2

Displaying 3 results from an estimated 3 matches for "dnssrvupdaterecord2".

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
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
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...