Ubuntu19.10 Samba4.10.0 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


root@1910:~# kinit administrator
Password for administrator@TEST.JP:
root@1910:~# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: administrator@TEST.JP

Valid starting Expires Service principal
2019-07-02T15:07:27 2019-07-03T01:07:27 krbtgt/TEST.JP@TEST.JP
renew until 2019-07-03T15:07:22
root@1910:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘1910’ to dns domain ‘test.jp’
No DNS domain configured for 1910. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@1910:~# systemctl restart winbind
root@1910:~# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@1910:~# wbinfo -n administrator
S-1-5-21-4283025733-908519724-3295402948-500 SID_USER (1)
root@1910:~# net ads info
LDAP server: 192.168.1.10
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 02 7月 2019 15:08:16 JST
KDC server: 192.168.1.10
Server time offset: -4
Last machine account password change: 火, 02 7月 2019 15:07:50 JST
root@1910:~# host -4 dc
dc.test.jp has address 192.168.1.10
dc.test.jp has address 192.168.1.58
dc.test.jp has IPv6 address 2400:4052:46e0:b700:cc6c:3df7:45e4:e985
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b03b:d3b7:8519:54be
root@1910:~# host -4 dc1
dc1.test.jp has address 192.168.1.60
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:9d2:83b4:4031:14cf
root@1910:~# host -4 dc2
dc2.test.jp has address 192.168.1.61
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f0b7:1338:1a03:19fd
root@1910:~# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
root@1910:~# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
root@1910:~# host -t A test.jp
test.jp has address 192.168.1.61
test.jp has address 192.168.1.10
test.jp has address 192.168.1.60
test.jp has address 192.168.1.58
root@1910:~# smbclient //192.168.1.10/netlogon -Uadministrator
Ubuntu19.10 Samba4.10.0 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

カテゴリー: samba4, ubuntu, windows | コメントする

Fedora31 Kernel5.2.0-0.rc7 Update

Fedora31 Kernelが5.2.0-0.rc7にUpdateされました。

[root@f31 ~]# uname -r
5.2.0-0.rc7.git0.1.fc31.x86_64
[root@f31 ~]# php -v
PHP 7.3.7RC3 (cli) (built: Jun 20 2019 14:11:11) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.7RC3, Copyright (c) 1998-2018 Zend Technologies
[root@f31 ~]# curl -V
curl 7.65.1 (x86_64-redhat-linux-gnu) libcurl/7.65.1 OpenSSL/1.1.1c-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.1.1) libssh/0.9.0/openssl/zlib nghttp2/1.39.1
Release-Date: 2019-06-05
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f31 ~]# samba -V
Version 4.10.5
[root@f31 ~]# cat /etc/redhat-release
Fedora release 31 (Rawhide)
[root@f31 ~]#

カテゴリー: fedora | コメントする

FreeBSD 13.0-CURRENT r349251 Samba4.7.12 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


root@freebsd:~ # net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘FREEBSD’ to dns domain ‘test.jp’
No DNS domain configured for freebsd. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@freebsd:~ # service samba_server restart
Performing sanity check on Samba configuration: OK
winbindd not running? (check /var/run/samba4/winbindd.pid).
smbd not running? (check /var/run/samba4/smbd.pid).
nmbd not running? (check /var/run/samba4/nmbd.pid).
Performing sanity check on Samba configuration: OK
Starting nmbd.
Starting smbd.
Starting winbindd.
root@freebsd:~ # wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@freebsd:~ # net ads info
LDAP server: 192.168.1.10
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Mon, 01 Jul 2019 17:43:54 JST
KDC server: 192.168.1.10
Server time offset: -3
Last machine account password change: Mon, 01 Jul 2019 17:42:04 JST
root@freebsd:~ # wbinfo -n administrator
S-1-5-21-4283025733-908519724-3295402948-500 SID_USER (1)
root@freebsd:~ # host -4 dc
dc.test.jp has address 192.168.1.58
dc.test.jp has address 192.168.1.10
dc.test.jp has IPv6 address 2400:4052:46e0:b700:cc6c:3df7:45e4:e985
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b03b:d3b7:8519:54be
root@freebsd:~ # host -4 dc1
dc1.test.jp has address 192.168.1.60
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:9d2:83b4:4031:14cf
root@freebsd:~ # host -4 dc2
dc2.test.jp has address 192.168.1.61
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f0b7:1338:1a03:19fd
root@freebsd:~ # kinit administrator
administrator@TEST.JP’s Password:
root@freebsd:~ # klist
Credentials cache: FILE:/tmp/krb5cc_0
Principal: administrator@TEST.JP

Issued Expires Principal
Jul 1 17:44:44 2019 Jul 2 03:44:44 2019 krbtgt/TEST.JP@TEST.JP
root@freebsd:~ # host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
root@freebsd:~ # host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
root@freebsd:~ # host -t A test.jp
test.jp has address 192.168.1.61
test.jp has address 192.168.1.60
test.jp has address 192.168.1.58
test.jp has address 192.168.1.10
root@freebsd:~ # smbclient //192.168.1.10/netlogon -Uadministrator
FreeBSD 13.0-CURRENT r349251 Samba4.7.12 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加

カテゴリー: freebsd, samba4, windows | コメントする

FreeBSD 11.3-RC3 #0 r349480 Samba4.8.9 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


root@freebsd:~ # kinit administrator
administrator@TEST.JP’s Password:
root@freebsd:~ # klist
Credentials cache: FILE:/tmp/krb5cc_0
Principal: administrator@TEST.JP

Issued Expires Principal
Jun 30 13:12:21 2019 Jun 30 23:12:21 2019 krbtgt/TEST.JP@TEST.JP
root@freebsd:~ # net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘FREEBSD’ to dns domain ‘test.jp’
No DNS domain configured for freebsd. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@freebsd:~ # service samba_server start
Performing sanity check on Samba configuration: OK
Starting nmbd.
Starting smbd.
Starting winbindd.
root@freebsd:~ # wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
root@freebsd:~ # wbinfo -n administrator
S-1-5-21-4283025733-908519724-3295402948-500 SID_USER (1)
root@freebsd:~ # net ads info
LDAP server: 192.168.1.61
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Sun, 30 Jun 2019 13:14:04 JST
KDC server: 192.168.1.61
Server time offset: -3
Last machine account password change: Sun, 30 Jun 2019 13:12:47 JST
root@freebsd:~ # host -4 dc
dc.test.jp has address 192.168.1.58
dc.test.jp has address 192.168.1.10
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b03b:d3b7:8519:54be
dc.test.jp has IPv6 address 2400:4052:46e0:b700:cc6c:3df7:45e4:e985
root@freebsd:~ # host -4 dc1
dc1.test.jp has address 192.168.1.60
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:9d2:83b4:4031:14cf
root@freebsd:~ # host -4 dc2
dc2.test.jp has address 192.168.1.61
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f0b7:1338:1a03:19fd
root@freebsd:~ # host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
root@freebsd:~ # host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
root@freebsd:~ # host -t A test.jp
test.jp has address 192.168.1.60
test.jp has address 192.168.1.10
test.jp has address 192.168.1.61
test.jp has address 192.168.1.58
root@freebsd:~ # smbclient //192.168.1.10/netlogon -Uadministrator
FreeBSD 11.3-RC3 #0 r349480 Samba4.8.9 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

カテゴリー: freebsd, samba4, windows | コメントする

FreeBSD 11.3-RC3 #0 r349480 Samba4.8.9 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


root@freebsd:~ # kinit administrator
administrator@TEST.JP’s Password:
root@freebsd:~ # klist
Credentials cache: FILE:/tmp/krb5cc_0
Principal: administrator@TEST.JP

Issued Expires Principal
Jun 30 13:12:21 2019 Jun 30 23:12:21 2019 krbtgt/TEST.JP@TEST.JP
root@freebsd:~ # net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘FREEBSD’ to dns domain ‘test.jp’
No DNS domain configured for freebsd. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@freebsd:~ # service samba_server start
Performing sanity check on Samba configuration: OK
Starting nmbd.
Starting smbd.
Starting winbindd.
root@freebsd:~ # wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
root@freebsd:~ # wbinfo -n administrator
S-1-5-21-4283025733-908519724-3295402948-500 SID_USER (1)
root@freebsd:~ # net ads info
LDAP server: 192.168.1.61
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Sun, 30 Jun 2019 13:14:04 JST
KDC server: 192.168.1.61
Server time offset: -3
Last machine account password change: Sun, 30 Jun 2019 13:12:47 JST
root@freebsd:~ # host -4 dc
dc.test.jp has address 192.168.1.58
dc.test.jp has address 192.168.1.10
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b03b:d3b7:8519:54be
dc.test.jp has IPv6 address 2400:4052:46e0:b700:cc6c:3df7:45e4:e985
root@freebsd:~ # host -4 dc1
dc1.test.jp has address 192.168.1.60
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:9d2:83b4:4031:14cf
root@freebsd:~ # host -4 dc2
dc2.test.jp has address 192.168.1.61
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f0b7:1338:1a03:19fd
root@freebsd:~ # host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
root@freebsd:~ # host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
root@freebsd:~ # host -t A test.jp
test.jp has address 192.168.1.60
test.jp has address 192.168.1.10
test.jp has address 192.168.1.61
test.jp has address 192.168.1.58
root@freebsd:~ # smbclient //192.168.1.10/netlogon -Uadministrator
FreeBSD 11.3-RC3 #0 r349480 Samba4.8.9 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

カテゴリー: freebsd, samba4, windows | コメントする