Displaying 3 results from an estimated 3 matches for "pthl".
Did you mean:
pth
2017 Sep 29
1
Samba with Mit-krb5, update ddns fails
...rything works fine.
But when client windows7 joins AD, a new DNS A record should be added into
DNS(Bind), but it fails.
I test via administrator and its ticket.
====================================
[root at pdc samba]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: administrator at AD.PTHL.HK
Valid starting Expires Service principal
09/29/2017 16:05:25 09/30/2017 02:05:25 krbtgt/AD.PTHL.HK at AD.PTHL.HK
renew until 09/30/2017 16:05:15
09/29/2017 16:05:37 09/30/2017 02:05:25 DNS/pdc.ad.pthl.hk at AD.PTHL.HK
renew until 09/30/2017 16:05:15
======...
2017 Sep 25
1
coredump and MIT-krb5 exits when a joined client windows7 try to login on
hi, all,
I'm using MIT-krb5 and it seems it's not quite stable.
Everything seemed fine and krb5, samba daemon started as well unless I
tried to use "ad\xxx" to login a windows7 machine.
Here is part coredump log,
:Sep 25 15:08:54 pdc.ad.pthl.hk samba[2579]: /usr/sbin/krb5kdc: krb5k=
dc: starting...
:Sep 25 15:11:56 pdc.ad.pthl.hk samba[2579]: /usr/sbin/krb5kdc: krb5k=
dc: do_tgs_req.c:826: process_tgs_req: Assertion `status !=3D ((void *)=
0)' failed.
# samba log.
pdc samba[3674]: [2017/09/25 16:39:49.691723, 0]
../source4/k...
2023 Jun 06
2
What's the substitution of 'samba-tool domain provision' in v4.17.5
Hello, list,
Here is my samba-tool version
[root at dc ~]# rpm -qf /usr/bin/samba-tool
samba-tools-4.17.5-2.el8.x86_64
Here is the command that I tried to provision a AD DC.
[root at dc ~]# samba-tool domain provision --server-role=dc --use-rfc2307
--dns-backend=BIND9_DLZ --realm=PTHL.HK --adminpass='hello at world'
samba-tool domain: no such subcommand: provision
I checked. the `samba-tool` subcommand one by one and also read release
notes, but unfortunately I didn't find any other commands.
So what's the right one to provision an AD DC ?
Thanks.