Red Hat Enterprise Linux release 8.3 Samba4.12.3 第2世代 AMD EPYC 7742 64-core Processor に構築したWindows Server 2019 Datacenter Active Directory Domainのメンバー に参加してみた



[root@rhel8 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@rhel8 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘RHEL8’ to dns domain ‘test.jp’
No DNS domain configured for rhel8. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@rhel8 ~]# systemctl restart winbind
[root@rhel8 ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@rhel8 ~]# wbinfo -n chibi
S-1-5-21-3470856142-1127275191-1237648751-1103 SID_USER (1)
[root@rhel8 ~]# net ads info
LDAP server: 192.168.1.28
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 10 11月 2020 05:21:08 JST
KDC server: 192.168.1.28
Server time offset: 0
Last machine account password change: 火, 10 11月 2020 05:20:00 JST
[root@rhel8 ~]# host -4 dc
dc.test.jp has address 192.168.1.28
dc.test.jp has address 192.168.1.27
dc.test.jp has IPv6 address 2400:4052:46e0:b700:dc45:79ad:c4dc:815d
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b111:1a6d:f77e:194b
[root@rhel8 ~]# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
[root@rhel8 ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
[root@rhel8 ~]# host -t A test.jp
test.jp has address 192.168.1.28
test.jp has address 192.168.1.27
[root@rhel8 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.3 (Ootpa)
[root@rhel8 ~]# smbd -V
Version 4.12.3
[root@rhel8 ~]# smbclient -L localhost -U%
Red Hat Enterprise Linux release 8.3 Samba4.12.3 Windows Server 2019 Datacenter Active Directory Domainのメンバー に参加してみた

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

Debian9.13 PHP 7.4.12 Update

Debian9.13 PHPが7.4.12にUpdateされました。

root@debian:~# uname -r
4.9.0-14-amd64
root@debian:~# uname -a
Linux debian 4.9.0-14-amd64 #1 SMP Debian 4.9.240-2 (2020-10-30) x86_64 GNU/Linux
root@debian:~# php -v
PHP 7.4.12 (cli) (built: Nov 3 2020 14:32:41) ( 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@debian:~# curl -V
curl 7.52.1 (x86_64-pc-linux-gnu) libcurl/7.52.1 OpenSSL/1.0.2u zlib/1.2.8 libidn2/2.2.0 libpsl/0.17.0 (+libidn2/0.16) libssh2/1.7.0 nghttp2/1.18.1 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
root@debian:~# samba -V
Version 4.5.16-Debian
root@debian:~# cat /etc/os-release
PRETTY_NAME=”Debian GNU/Linux 9 (stretch)”
NAME=”Debian GNU/Linux”
VERSION_ID=”9″
VERSION=”9 (stretch)”
VERSION_CODENAME=stretch
ID=debian
HOME_URL=”https://www.debian.org/”
SUPPORT_URL=”https://www.debian.org/support”
BUG_REPORT_URL=”https://bugs.debian.org/”
root@debian:~# cat /etc/debian_version
9.13
root@debian:~#

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

Red Hat Enterprise Linux release 8.3 Kernel4.18.0-240.1.1.el8_3.x86_64 Samba4.12.3 Update

Red Hat Enterprise Linux release 8.3 Kernel4.18.0-240.1.1.el8_3.x86_64とSamba4.12.3がUpdateされました。

[root@rhel8 ~]# uname -r
4.18.0-240.1.1.el8_3.x86_64
[root@rhel8 ~]# 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@rhel8 ~]# curl -V
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
Release-Date: 2018-09-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 IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz brotli TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL Metalink
[root@rhel8 ~]# smbd -V
Version 4.12.3
[root@rhel8 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.3 (Ootpa)
[root@rhel8 ~]#

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

FreeBSD 13.0-CURRENT Samba4.13.1 Update

FreeBSD 13.0-CURRENT Sambaが4.13.1にUpdateされました。

root@freebsd:~ # uname -a
FreeBSD freebsd 13.0-CURRENT FreeBSD 13.0-CURRENT #0 b9403d7aae8-c254071(main): Thu Oct 29 08:06:03 UTC 2020 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
root@freebsd:~ # php -v
PHP 7.4.12 (cli) (built: Nov 3 2020 01:29:33) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
root@freebsd:~ # curl -V
curl 7.73.0 (amd64-portbld-freebsd13.0) libcurl/7.73.0 OpenSSL/1.1.1h zlib/1.2.11 nghttp2/1.41.0
Release-Date: 2020-10-14
Protocols: dict file ftp ftps gopher http https imap imaps mqtt pop3 pop3s rtsp smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets
root@freebsd:~ # samba -V
Version 4.13.1
root@freebsd:~ #

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

Fedora release 34 Kernel5.10.0-0.rc2 Samba4.13.1 Update

Fedora release 34 Kernel5.10.0-0.rc2とSamba4.13.1がUpdateされました。

[root@f34 ~]# uname -r
5.10.0-0.rc2.62.fc34.x86_64
[root@f34 ~]# 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@f34 ~]# curl -V
curl 7.73.0 (x86_64-redhat-linux-gnu) libcurl/7.73.0 OpenSSL/1.1.1g-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-10-14
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt 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@f34 ~]# samba -V
Version 4.13.1
[root@f34 ~]# cat /etc/redhat-release
Fedora release 34 (Rawhide)
[root@f34 ~]#

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