search for: werr_dns_error_invalid_property

Displaying 4 results from an estimated 4 matches for "werr_dns_error_invalid_property".

2013 Sep 09
0
DNS Administration Strangeness
...: * Sep 8 22:56:41 server samba[26750]: ppData : union DNSSRV_RPC_UNION(case 0) Sep 8 22:56:41 server samba[26750]: Null : NULL Sep 8 22:56:41 server samba[26750]: result : WERR_DNS_ERROR_INVALID_PROPERTY Sep 8 22:56:41 server samba[26750]: [2013/09/08 22:56:41.779974, 0, pid=26750, effective(0, 0), real(0, 0)] ../source4/rpc_server/dnsserver/dcerpc_dnsserver.c:1068(dnsserver_query_zone) Sep 8 22:56:41 server samba[26750]: dnsserver: Invalid zone operation IsSigned DnssrvQuery2: struct Dnss...
2024 Jun 23
1
Fwd: Two DNS issues with samba
...0] > source4/rpc_server/dnsserver/dcerpc_dnsser > > ver.c:1076(dnsserver_query_zone) > [...] > If you go to line 1076 in source4/rpc_server/dnsserver/dcerpc_dnsserver.c you will find this: DEBUG(0,("dnsserver: Invalid zone operation %s\n", operation)); return WERR_DNS_ERROR_INVALID_PROPERTY; In this instance 'IsSigned' is the 'operation' and if you look in the extensive list of known 'operation' types above that, 'IsSigned' isn't there, so it falls into that 'DEBUG' and the message is printed. Now, where is 'IsSigned' coming from ?...
2024 Jun 23
1
Fwd: Two DNS issues with samba
...> > ver.c:1076(dnsserver_query_zone) > > [...] > > > > If you go to line 1076 in > source4/rpc_server/dnsserver/dcerpc_dnsserver.c you will find this: > > DEBUG(0,("dnsserver: Invalid zone operation %s\n", operation)); > return WERR_DNS_ERROR_INVALID_PROPERTY; > > In this instance 'IsSigned' is the 'operation' and if you look in the > extensive list of known 'operation' types above that, 'IsSigned' isn't > there, so it falls into that 'DEBUG' and the message is printed. > > Now, where is '...
2024 Jun 23
3
Fwd: Two DNS issues with samba
Hi, - I have changed my /etc/resolv.conf for all my three DCs. ### DC 01-03 nameserver 10.10.10.11 nameserver 10.10.10.12 nameserver 10.10.10.13 search intern.preiss.network - In the next step I changed my /etc/hosts for each DC ### DC1 127.0.0.1 localhost 10.10.10.11 01-dc01.intern.preiss.network 01-dc01 ### DC2 127.0.0.1 localhost 10.10.10.12 01-dc02.intern.preiss.network 01-dc02