Displaying 4 results from an estimated 4 matches for "rcord".
Did you mean:
record
2024 Nov 20
1
samba-tool computer delete does not work
hi,
i deleted the accounts with pdbdel.
I did a few spot checks, none of the pc accounts had the attribute dNSHostName
there are no dns-rcords concerning the account
we use bind9 for dns.
all pc have a bind9 configured as dns server, which is a dns slave of the bind9 on the samba server.
here the requested informations:
all DC are on samba
smb.conf
[global]
netbios name = DCX
realm = EXAMPLE.NET
server servic...
2024 Nov 20
1
samba-tool computer delete does not work
On Wed, 20 Nov 2024 15:45:29 +0000
Heinz H?lzl <heinz.hoelzl at gvcc.net> wrote:
See inline comments:
> hi,
> i deleted the accounts with pdbdel.
>
> I did a few spot checks, none of the pc accounts had the attribute
> dNSHostName there are no dns-rcords concerning the account
The computer accounts should have the dNSHostName attribute set.
This seems to explain why it hangs though, the code is this:
if "dNSHostName" in res[0]:
computer_dns_host_name = str(res[0]["dNSHostName"][0])
else...
2024 Nov 20
2
samba-tool computer delete does not work
On Wed, 20 Nov 2024 10:34:39 +0000
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Wed, 20 Nov 2024 10:35:40 +1300
> Douglas Bagnall via samba <samba at lists.samba.org> wrote:
>
> > On 19/11/24 02:40, Heinz H?lzl via samba wrote:
> > > hi,
> > >
> > > I have to delete about 6000 old machine accounts.
> > >
> >
2024 Nov 20
1
samba-tool computer delete does not work
...24 15:45:29 +0000
> Heinz H?lzl <heinz.hoelzl at gvcc.net> wrote:
>
> See inline comments:
>
> > hi,
> > i deleted the accounts with pdbdel.
> >
> > I did a few spot checks, none of the pc accounts had the attribute
> > dNSHostName there are no dns-rcords concerning the account
>
> The computer accounts should have the dNSHostName attribute set.
> This seems to explain why it hangs though, the code is this:
>
> ??????????? if "dNSHostName" in res[0]:
> ??????????????? computer_dns_host_name =
> str(res[0]["dNSH...