Red Hat Enterprise Linux release 8.2 Beta PHP 7.4.5 Update

Red Hat Enterprise Linux release 8.2 Beta PHPが7.4.5にUpdateされました。

[root@rhel8 ~]# uname -r
4.18.0-167.el8.x86_64
[root@rhel8 ~]# php -v
PHP 7.4.5 (cli) (built: Apr 14 2020 12:54:33) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.5, 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.1c zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.9.0/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.11.2
[root@rhel8 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.2 Beta (Ootpa)
[root@rhel8 ~]#

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

Debian9.1 Samba4.5.16 Windows Server 2016 Datacenter Active Directory Domain のメンバーに参加してみた

root@debian:~# kinit administrator
Password for administrator@TEST.JP:
root@debian:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘DEBIAN’ to dns domain ‘test.jp’
No DNS domain configured for debian. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@debian:~# systemctl restart winbind
root@debian:~# wbinfo -u
TEST\guest
TEST\defaultaccount
TEST\administrator
TEST\krbtgt
TEST\chibi
root@debian:~# wbinfo -n chibi
S-1-5-21-2416879943-3235290058-1962338369-1104 SID_USER (1)
root@debian:~# net ads info
LDAP server: 192.168.1.26
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 11 4月 2020 20:12:39 JST
KDC server: 192.168.1.26
Server time offset: 0
Last machine account password change: 土, 11 4月 2020 20:12:08 JST
root@debian:~# host -4 dc
dc.test.jp has address 192.168.1.25
dc.test.jp has address 192.168.1.39
dc.test.jp has IPv6 address 2400:4052:46e0:b700:a510:68bc:867b:bf2
dc.test.jp has IPv6 address 2400:4052:46e0:b700:6c10:76c:916e:dfb2
root@debian:~# host -4 dc1
dc1.test.jp has address 192.168.1.26
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:301c:f89f:4190:8ee0
root@debian:~# host -4 dc2
dc2.test.jp has address 192.168.1.28
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f019:5d96:2b7b:f4a3
root@debian:~# 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@debian:~# 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@debian:~# host -t A test.jp
test.jp has address 192.168.1.39
test.jp has address 192.168.1.25
test.jp has address 192.168.1.28
test.jp has address 192.168.1.26
root@debian:~# smbclient -L localhost -U%
Domain=[TEST] OS=[Windows 6.1] Server=[Samba 4.5.16-Debian]

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service (Samba 4.5.16-Debian)
print$ Disk Printer Drivers
Domain=[TEST] OS=[Windows 6.1] Server=[Samba 4.5.16-Debian]

Server Comment
——— ——-

Workgroup Master
——— ——-
WORKGROUP DESKTOP-0NRQL5D
root@debian:~# smbclient //192.168.1.25/netlogon -Uadministrator

Debian9.1 Samba4.5.16 Windows Server 2016 Datacenter Active Directory Domain のメンバーに参加してみた

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

Debian8.11 Samba4.2.14 Windows Server 2016 Datacenter Active Directory Domain のメンバーに参加してみた

root@debian:~# kinit administrator
Password for administrator@TEST.JP:
root@debian:~# net ads join -Uadministrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘DEBIAN’ to dns domain ‘test.jp’
No DNS domain configured for debian. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@debian:~# systemctl restart winbind
root@debian:~# wbinfo -u
TEST\guest
TEST\defaultaccount
TEST\administrator
TEST\krbtgt
TEST\chibi
root@debian:~# wbinfo -n chibi
S-1-5-21-2416879943-3235290058-1962338369-1104 SID_USER (1)
root@debian:~# net ads info
LDAP server: 192.168.1.28
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 11 4月 2020 16:56:13 JST
KDC server: 192.168.1.28
Server time offset: 0
root@debian:~# host -4 dc
dc.test.jp has address 192.168.1.25
dc.test.jp has address 192.168.1.39
dc.test.jp has IPv6 address 2400:4052:46e0:b700:6c10:76c:916e:dfb2
dc.test.jp has IPv6 address 2400:4052:46e0:b700:a510:68bc:867b:bf2
root@debian:~# host -4 dc1
dc1.test.jp has address 192.168.1.26
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:301c:f89f:4190:8ee0
root@debian:~# host -4 dc2
dc2.test.jp has address 192.168.1.28
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f019:5d96:2b7b:f4a3
root@debian:~# host -t SRV _ldap._tcp.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.
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
root@debian:~# 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@debian:~# host -t A test.jp
test.jp has address 192.168.1.28
test.jp has address 192.168.1.25
test.jp has address 192.168.1.39
test.jp has address 192.168.1.26
root@debian:~# smbclient -L localhost -U%
Domain=[TEST] OS=[Windows 6.1] Server=[Samba 4.2.14-Debian]

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service (Samba 4.2.14-Debian)
print$ Disk Printer Drivers
Domain=[TEST] OS=[Windows 6.1] Server=[Samba 4.2.14-Debian]

Server Comment
——— ——-

Workgroup Master
——— ——-
WORKGROUP DESKTOP-0NRQL5D
root@debian:~# smbclient //192.168.1.25/netlogon -Uadministrator

Debian8.11 Samba4.2.14 Windows Server 2016 Datacenter Active Directory Domain のメンバーに参加してみた

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

OpenSUSE Kernel5.6.2-1-default Update

OpenSUSE Kernelが5.6.2-1-defaultにUpdateされました。

opensuse:~ # uname -r
5.6.2-1-default
opensuse:~ # php -v
PHP 7.4.4 (cli) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
opensuse:~ # curl -V
curl 7.69.1 (x86_64-suse-linux-gnu) libcurl/7.69.1 OpenSSL/1.1.1f-fips zlib/1.2.11 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0
Release-Date: 2020-03-11
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 GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
opensuse:~ # samba -V
Version 4.12.0-git.135.dd3c974c75fSUSE-oS15.5-x86_64
opensuse:~ # cat /etc//os-release
NAME=”openSUSE Tumbleweed”
# VERSION=”20200408″
ID=”opensuse-tumbleweed”
ID_LIKE=”opensuse suse”
VERSION_ID=”20200408″
PRETTY_NAME=”openSUSE Tumbleweed”
ANSI_COLOR=”0;32″
CPE_NAME=”cpe:/o:opensuse:tumbleweed:20200408″
BUG_REPORT_URL=“https://bugs.opensuse.org”
HOME_URL=“https://www.opensuse.org/”
LOGO=”distributor-logo”
opensuse:~ #

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

Fedora release 32 Kernel5.6.3-300.fc32.x86_64 Samba4.12.1 Update

Fedora release 32 Kernel5.6.3-300.fc32.x86_64とSamba4.12.1がUpdateされました。

[root@f32 ~]# uname -r
5.6.3-300.fc32.x86_64
[root@f32 ~]# php -v
PHP 7.4.4 (cli) (built: Mar 17 2020 10:40:21) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.4, Copyright (c), by Zend Technologies
[root@f32 ~]# curl -V
curl 7.69.1 (x86_64-redhat-linux-gnu) libcurl/7.69.1 OpenSSL/1.1.1d-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0
Release-Date: 2020-03-11
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@f32 ~]# samba -V
Version 4.12.1
[root@f32 ~]# cat /etc/redhat-release
Fedora release 32 (Thirty Two)
[root@f32 ~]#

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