search for: zone_dn

Displaying 5 results from an estimated 5 matches for "zone_dn".

Did you mean: zone_df
2023 Nov 08
2
samba-tool dns zoneoptions --mark-old-records-static
...r, zone, File "/usr/lib/python3/dist-packages/samba/netcmd/dns.py", line 586, in mark_old_records_static samdb, nodes = self._get_dns_nodes(server, zone_name) File "/usr/lib/python3/dist-packages/samba/netcmd/dns.py", line 571, in _get_dns_nodes nodes = samdb.search(base=zone_dn,* has anyone ever successfully executed this command? Thanks Samuel
2023 Nov 08
1
samba-tool dns zoneoptions --mark-old-records-static
...;/usr/lib/python3/dist-packages/samba/netcmd/dns.py", line 586, in > mark_old_records_static samdb, nodes = self._get_dns_nodes(server, > zone_name) File > "/usr/lib/python3/dist-packages/samba/netcmd/dns.py", line 571, in > _get_dns_nodes nodes = samdb.search(base=zone_dn,* > > has anyone ever successfully executed this command? > > Thanks > > Samuel Is 'server1' one of your DCs and is 'example.com' a valid forward zone ? Rowland
2023 Nov 08
1
samba-tool dns zoneoptions --mark-old-records-static
...st-packages/samba/netcmd/dns.py", line 586, in > > mark_old_records_static samdb, nodes = self._get_dns_nodes(server, > > zone_name) File > > "/usr/lib/python3/dist-packages/samba/netcmd/dns.py", line 571, in > > _get_dns_nodes nodes = samdb.search(base=zone_dn,* > > > > has anyone ever successfully executed this command? > > > > Thanks > > > > Samuel > > Is 'server1' one of your DCs and is 'example.com' a valid forward zone ? > > Rowland > > -- > To unsubscribe from this list go to...
2015 Oct 12
0
Questions About Bind_DLZ
...from Samba, to be precise, from dlz_bind9.c > > if (b9_zone_exists(state, zone)) { > state->log(ISC_LOG_WARNING, "samba_dlz: Ignoring > duplicate zone '%s' from '%s'", > zone, ldb_dn_get_linearized(zone_dn)); > continue; > } > > >/ > />/ What log level are you using in smb.conf? > / > I wonder if the log level is turned up too high, I personally have never > seen this message. > > I think it may help if the OP was to post the bind9...
2015 Oct 05
0
Fwd: net rpc lookup from group names that start with "-"
...coming from Samba, to be precise, from dlz_bind9.c > > if (b9_zone_exists(state, zone)) { > state->log(ISC_LOG_WARNING, "samba_dlz: Ignoring duplicate > zone '%s' from '%s'", > zone, ldb_dn_get_linearized(zone_dn)); > continue; > } > > >> What log level are you using in smb.conf? >> > > I wonder if the log level is turned up too high, I personally have never > seen this message. > > I think it may help if the OP was to post the bind9 conf fi...