search for: partfil

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

Did you mean: partfile
2017 Jul 10
2
using samba with bind dlz
...# Copy root, config, schema partitions (and any other if any) # Since samdb is open in the current process, copy them in a child process try: tdb_copy(os.path.join(private_dir, "sam.ldb"), os.path.join(dns_dir, "sam.ldb")) for nc in partfile: pfile = partfile[nc] tdb_copy(os.path.join(private_dir, pfile), os.path.join(dns_dir, pfile)) Let me try and figure out what his is doing and I'll write some prints to find out what the culprit is. On Mon, Jul 10, 2017 at 9:17 AM, Jeff Sadowski...
2017 Jul 10
2
using samba with bind dlz
...other if any) >> # Since samdb is open in the current process, copy them in a child >> process >> try: >> tdb_copy(os.path.join(private_dir, "sam.ldb"), >> os.path.join(dns_dir, "sam.ldb")) >> for nc in partfile: >> pfile = partfile[nc] >> tdb_copy(os.path.join(private_dir, pfile), >> os.path.join(dns_dir, pfile)) >> >> Let me try and figure out what his is doing and I'll write some prints to >> find out what the culprit...
2017 Jul 10
0
using samba with bind dlz
...ema partitions (and any other if any) > # Since samdb is open in the current process, copy them in a child > process > try: > tdb_copy(os.path.join(private_dir, "sam.ldb"), > os.path.join(dns_dir, "sam.ldb")) > for nc in partfile: > pfile = partfile[nc] > tdb_copy(os.path.join(private_dir, pfile), > os.path.join(dns_dir, pfile)) > > Let me try and figure out what his is doing and I'll write some prints to > find out what the culprit is. > I printed out...
2017 Jul 10
0
using samba with bind dlz
...t; # Since samdb is open in the current process, copy them in a child >>> process >>> try: >>> tdb_copy(os.path.join(private_dir, "sam.ldb"), >>> os.path.join(dns_dir, "sam.ldb")) >>> for nc in partfile: >>> pfile = partfile[nc] >>> tdb_copy(os.path.join(private_dir, pfile), >>> os.path.join(dns_dir, pfile)) >>> >>> Let me try and figure out what his is doing and I'll write some prints >>> to fi...
2017 Jul 10
3
using samba with bind dlz
On Mon, Jul 10, 2017 at 8:02 AM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Mon, 10 Jul 2017 06:43:37 -0600 > Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > > > Bind-9.11 is installed. How do you configure it? Does it need anything > > special in the config for samba to build the ...samba.../named.conf > > file that I should be able