Displaying 8 results from an estimated 8 matches for "enumzon".
Did you mean:
enumzones
2020 Mar 04
2
Can't use DNS Manager in MMC on Samba 4.12.0
...tingFlags?????????? : 0x00000000 (0)//
//??????????? pwszServerName?????????? : *//
//??????????????? pwszServerName?????????? : 'xxx.xxx.xxx.xxx'//
//??????????? pszZone????????????????? : NULL//
//??????????? pszOperation???????????? : *//
//??????????????? pszOperation???????????? : 'EnumZones'//
//??????????? dwTypeIn???????????????? : DNSSRV_TYPEID_DWORD (1)//
//??????????? pDataIn????????????????? : union DNSSRV_RPC_UNION(case 1)//
//??????????? Dword??????????????????? : 0x00000013 (19)/
I'm thinking the DNS RPC server isn't running:
samba-tool dns serverinfo dc01:...
2020 Mar 14
2
Can't use DNS Manager in MMC on Samba 4.12.0
...t; // pwszServerName : *//
>> // pwszServerName : 'xxx.xxx.xxx.xxx'//
>> // pszZone : NULL//
>> // pszOperation : *//
>> // pszOperation : 'EnumZones'//
>> // dwTypeIn : DNSSRV_TYPEID_DWORD (1)//
>> // pDataIn : union DNSSRV_RPC_UNION(case
>> 1)//
>> // Dword : 0x00000013 (19)/
>>
>>
>> I'm thinking the DNS RPC...
2017 Jun 08
1
How to update the root hints for bind DLZ
The RootDNSServers zone is special in a number of ways. It has no SOA
record for instance, and so there's a lot of special casing around it.
Looking on a Windows DC, dnscmd /enumzones lists dot as a zone and
dnscmd /enumrecords . returns the root servers (as well as ..RootHints
it seems). None of this is our choice of convention unfortunately, but
it should be fairly simple to make the client tools have aliases for these.
In terms of listing a name during enumeration of zones...
2020 Mar 15
3
Can't use DNS Manager in MMC on Samba 4.12.0
...: *//
>>>> // pwszServerName : 'xxx.xxx.xxx.xxx'//
>>>> // pszZone : NULL//
>>>> // pszOperation : *//
>>>> // pszOperation : 'EnumZones'//
>>>> // dwTypeIn : DNSSRV_TYPEID_DWORD (1)//
>>>> // pDataIn : union DNSSRV_RPC_UNION(case
>>>> 1)//
>>>> // Dword : 0x00000013 (19)/
>>>>
>&g...
2020 Mar 05
0
Can't use DNS Manager in MMC on Samba 4.12.0
...0000000 (0)//
> // pwszServerName : *//
> // pwszServerName : 'xxx.xxx.xxx.xxx'//
> // pszZone : NULL//
> // pszOperation : *//
> // pszOperation : 'EnumZones'//
> // dwTypeIn : DNSSRV_TYPEID_DWORD (1)//
> // pDataIn : union DNSSRV_RPC_UNION(case
> 1)//
> // Dword : 0x00000013 (19)/
>
>
> I'm thinking the DNS RPC server isn't running:...
2020 Mar 14
0
Can't use DNS Manager in MMC on Samba 4.12.0
...verName : *//
> > > // pwszServerName : 'xxx.xxx.xxx.xxx'//
> > > // pszZone : NULL//
> > > // pszOperation : *//
> > > // pszOperation : 'EnumZones'//
> > > // dwTypeIn : DNSSRV_TYPEID_DWORD (1)//
> > > // pDataIn : union DNSSRV_RPC_UNION(case
> > > 1)//
> > > // Dword : 0x00000013 (19)/
> > >
> > >...
2020 Mar 15
0
Can't use DNS Manager in MMC on Samba 4.12.0
...gt; > // pwszServerName : 'xxx.xxx.xxx.xxx'//
> > > > > // pszZone : NULL//
> > > > > // pszOperation : *//
> > > > > // pszOperation : 'EnumZones'//
> > > > > // dwTypeIn : DNSSRV_TYPEID_DWORD (1)//
> > > > > // pDataIn : union DNSSRV_RPC_UNION(case
> > > > > 1)//
> > > > > // Dword : 0x000000...
2017 Jun 07
3
How to update the root hints for bind DLZ
It looks like the original intention in our code was to be able to
add/modify records with the "." zone. Trying it, there seems to be other
issues with using it. I'm not entirely sure if this alias is valid
against Windows or for which calls.
I just hacked a patch (see attached) to see if I could add or modify
another name server.
samba-tool dns add $DC_SERVER . @ NS testing