Debian10.6 Samba4.9.5 AMD EPYC 7302P16-Core Processorで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加


root@deb10:~# kinit administrator
Password for administrator@TEST.JP:
root@deb10:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘DEB10’ to dns domain ‘test.jp’
No DNS domain configured for deb10. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@deb10:~# systemctl restart winbind
root@deb10:~# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@deb10:~# wbinfo -n chibi
S-1-5-21-531816203-730215079-1526157293-1103 SID_USER (1)
root@deb10:~# net ads info
LDAP server: 192.168.1.24
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 木, 17 12月 2020 02:35:33 JST
KDC server: 192.168.1.24
Server time offset: -3
Last machine account password change: 木, 17 12月 2020 02:35:00 JST
root@deb10:~# host -4 dc
dc.test.jp has address 192.168.1.24
dc.test.jp has address 192.168.1.34
dc.test.jp has IPv6 address 2400:4052:46e0:b700:d466:3785:c19d:a359
root@deb10:~# host -4 dc1
dc1.test.jp has address 192.168.1.42
root@deb10:~# host -4 dc2
dc2.test.jp has address 192.168.1.143
root@deb10:~# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc.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 dc2.test.jp.
root@deb10:~# host -t SRV _kerberos._udp.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.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
root@deb10:~# host -t A test.jp
test.jp has address 192.168.1.8
test.jp has address 192.168.1.34
test.jp has address 192.168.1.42
test.jp has address 192.168.1.143
root@deb10:~# cat /etc/os-release
PRETTY_NAME=”Debian GNU/Linux 10 (buster)”
NAME=”Debian GNU/Linux”
VERSION_ID=”10″
VERSION=”10 (buster)”
VERSION_CODENAME=buster
ID=debian
HOME_URL=”https://www.debian.org/”
SUPPORT_URL=”https://www.debian.org/support”
BUG_REPORT_URL=”https://bugs.debian.org/”
root@deb10:~# cat /etc/debian_version
10.6
root@deb10:~# samba -V
Version 4.9.5-Debian
root@deb10:~# smbclient -L localhost -U%
Debian10.6 Samba4.9.5 AMD EPYC 7302P16-Core Processorで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加

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

CentOS Linux release 8.3.2011 Samba 4.12.3 AMD EPYC 7302P 16-coreで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


[root@Tiger ~]# kinit administrator
Password for administrator@TEST.JP:
[root@Tiger ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘TIGER’ to dns domain ‘test.jp’
No DNS domain configured for tiger. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@Tiger ~]# systemctl restart winbind
[root@Tiger ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@Tiger ~]# wbinfo -n chibi
S-1-5-21-531816203-730215079-1526157293-1103 SID_USER (1)
[root@Tiger ~]# net ads info
LDAP server: 192.168.1.24
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 木, 17 12月 2020 02:12:44 JST
KDC server: 192.168.1.24
Server time offset: -4
Last machine account password change: 木, 17 12月 2020 02:11:54 JST
[root@Tiger ~]# host -4 dc
dc.test.jp has address 192.168.1.34
dc.test.jp has address 192.168.1.24
dc.test.jp has IPv6 address 2400:4052:46e0:b700:d466:3785:c19d:a359
[root@Tiger ~]# host -4 dc1
dc1.test.jp has address 192.168.1.42
[root@Tiger ~]# host -4 dc2
dc2.test.jp has address 192.168.1.143
[root@Tiger ~]# cat /etc/krb5.conf
[libdefaults]
default_realm = TEST.JP
dns_lookup_realm = false
dns_lookup_kdc = true
[realms]
TEST.JP = {
Kdc = tiger
}

[domain_realm]
test.jp = TEST.JP
.test.jp = TEST.JP
[root@Tiger ~]# 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 dc.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
[root@Tiger ~]# host -t SRV _kerberos._udp.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.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
[root@Tiger ~]# host -t A test.jp
;; connection timed out; no servers could be reached
[root@Tiger ~]# host -t A dc.test.jp
dc.test.jp has address 192.168.1.24
dc.test.jp has address 192.168.1.34
[root@Tiger ~]# host -t A dc1.test.jp
dc1.test.jp has address 192.168.1.42
[root@Tiger ~]# host -t A dc2.test.jp
dc2.test.jp has address 192.168.1.143
[root@Tiger ~]# cat /etc/redhat-release
CentOS Linux release 8.3.2011
[root@Tiger ~]# smbd -V
Version 4.12.3
[root@Tiger ~]# smbclient //192.168.1.24/netlogon -Uadministrator
CentOS Linux release 8.3.2011 Samba 4.12.3 AMD EPYC 7302Pで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

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

Fedora release 33 Kernel5.9.14-200.fc33.x86_64 Update

Fedora release 33 Kernelが5.9.14-200.fc33.x86_64にUpdateされました。

[root@f33 ~]# cat /etc/redhat-release
Fedora release 33 (Thirty Three)
[root@f33 ~]# uname -r
5.9.14-200.fc33.x86_64
[root@f33 ~]# php -v
PHP 7.4.12 (cli) (built: Oct 27 2020 15:01:52) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.12, Copyright (c), by Zend Technologies
[root@f33 ~]# curl -V
curl 7.71.1 (x86_64-redhat-linux-gnu) libcurl/7.71.1 OpenSSL/1.1.1i-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.41.0
Release-Date: 2020-07-01
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@f33 ~]# samba -V
Version 4.13.2
[root@f33 ~]#

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

Manjaro Linux Kernel5.10.0-1-MANJARO Update

Manjaro Linux Kernelが5.10.0-1-MANJAROにUpdateされました。

[man ~]# uname -r
5.10.0-1-MANJARO
[man ~]# php -v
PHP 7.4.13 (cli) (built: Nov 24 2020 16:22:20) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
[man ~]# curl -V
curl 7.73.0 (x86_64-pc-linux-gnu) libcurl/7.73.0 OpenSSL/1.1.1h zlib/1.2.11 zstd/1.4.5 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.41.0
Release-Date: 2020-10-14
Protocols: dict file ftp ftps gopher http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstd
[man ~]# samba -V
Version 4.13.2
[man ~]# cat /etc/os-release
NAME=”Manjaro Linux”
ID=manjaro
ID_LIKE=arch
BUILD_ID=rolling
PRETTY_NAME=”Manjaro Linux”
ANSI_COLOR=”32;1;24;144;200″
HOME_URL=”https://manjaro.org/”
DOCUMENTATION_URL=”https://wiki.manjaro.org/”
SUPPORT_URL=”https://manjaro.org/”
BUG_REPORT_URL=”https://bugs.manjaro.org/”
LOGO=manjarolinux
[man ~]#

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

PHP 8.0.3 7.4.16が公開

PHP 8.0.3 7.4.16が公開されました。関連記事はこちらこちらです。

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