CentOS Linux release 8.2.2004が公開

CentOS Linux release 8.2.2004が公開されました。ReleaseNoteはこちらです。
 関連記事はこちらです。

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

Debian 10.4 Update

Debianが10.4にUpdateされました。

root@debian:~# uname -r
4.19.0-9-amd64
root@debian:~# uname -a
Linux debian 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2 (2020-04-29) x86_64 GNU/Linux
root@debian:~# php -v
PHP 7.4.5 (cli) (built: Apr 19 2020 08:43:53) ( 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@debian:~# curl -V
curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1g zlib/1.2.11 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3
Release-Date: 2019-02-06
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.9.5-Debian
root@debian:~# 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@debian:~# cat /etc/debian_version
10.4
root@debian:~#

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

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


root@freebsd:~ # kinit administrator
administrator@TEST.JP’s Password:
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
nmbd already running? (pid=795).
smbd already running? (pid=799).
winbindd already running? (pid=803).
root@freebsd:~ # wbinfo -u
TEST\guest
TEST\krbtgt
TEST\administrator
TEST\chibi
root@freebsd:~ # wbinfo -n chibi
S-1-5-21-3232992735-2720986143-514732836-1104 SID_USER (1)
root@freebsd:~ # net ads info
LDAP server: 192.168.1.25
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Mon, 11 May 2020 16:23:41 JST
KDC server: 192.168.1.25
Server time offset: 45
Last machine account password change: Mon, 11 May 2020 16:22:17 JST
root@freebsd:~ # host -4 dc
dc.test.jp has address 192.168.1.24
root@freebsd:~ # host -4 dc1
dc1.test.jp has address 192.168.1.25
root@freebsd:~ # host -4 dc2
dc2.test.jp has address 192.168.1.26
root@freebsd:~ # 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@freebsd:~ # 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@freebsd:~ # host -t A test.jp
test.jp has address 192.168.1.24
test.jp has address 192.168.1.25
test.jp has address 192.168.1.26
root@freebsd:~ # smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service (Samba 4.10.15)
Reconnecting with SMB1 for workgroup listing.

Server Comment
——— ——-
DC
DC1
DC2
FREEBSD Samba 4.10.15

Workgroup Master
——— ——-
TEST FREEBSD
WORKGROUP DESKTOP-0NRQL5D
root@freebsd:~ # smbclient //192.168.1.24/netlogon -Uadministrator
FreeBSD 13.0-CURRENT #0 r360723 Samba4.10.15 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Ubuntu 20.04 LTS Samba4.6.11 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


Password for administrator@TEST.JP:
root@2004:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘2004’ to dns domain ‘test.jp’
No DNS domain configured for 2004. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@2004:~# systemctl restart winbind
root@2004:~# wbinfo -u
TEST\guest
TEST\krbtgt
TEST\administrator
TEST\chibi
root@2004:~# wbinfo -n chibi
S-1-5-21-3232992735-2720986143-514732836-1104 SID_USER (1)
root@2004:~# net ads info
LDAP server: 192.168.1.25
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 月, 11 5月 2020 15:19:01 JST
KDC server: 192.168.1.25
Server time offset: 1
Last machine account password change: 月, 11 5月 2020 15:18:10 JST
root@2004:~# host -4 dc
dc.test.jp has address 192.168.1.24
root@2004:~# host -4 dc1
dc1.test.jp has address 192.168.1.25
root@2004:~# host -4 dc2
dc2.test.jp has address 192.168.1.26
root@2004:~# 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@2004:~# 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@2004:~# host -t A test.jp
test.jp has address 192.168.1.25
test.jp has address 192.168.1.26
test.jp has address 192.168.1.24
root@2004:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”20.04 LTS (Focal Fossa)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 20.04 LTS”
VERSION_ID=”20.04″
HOME_URL=”https://www.ubuntu.com/”
SUPPORT_URL=”https://help.ubuntu.com/”
BUG_REPORT_URL=”https://bugs.launchpad.net/ubuntu/”
PRIVACY_POLICY_URL=”https://www.ubuntu.com/legal/terms-and-policies/privacy-policy”
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
root@2004:~# samba -V
Version 4.11.6-Ubuntu
root@2004:~# net ads lookup
Information for Domain Controller: 192.168.1.25

Response Type: LOGON_SAM_LOGON_RESPONSE_EX
GUID: 9f3d8bf8-ac72-42c0-b39a-aa4fd15e44c3
Flags:
Is a PDC: no
Is a GC of the forest: yes
Is an LDAP server: yes
Supports DS: yes
Is running a KDC: yes
Is running time services: yes
Is the closest DC: yes
Is writable: yes
Has a hardware clock: no
Is a non-domain NC serviced by LDAP server: no
Is NT6 DC that has some secrets: no
Is NT6 DC that has all secrets: yes
Runs Active Directory Web Services: yes
Runs on Windows 2012 or later: yes
Forest: test.jp
Domain: test.jp
Domain Controller: dc1.test.jp
Pre-Win2k Domain: TEST
Pre-Win2k Hostname: DC1
Server Site Name: Default-First-Site-Name
Client Site Name: Default-First-Site-Name
NT Version: 5
LMNT Token: ffff
LM20 Token: ffff
root@2004:~# dig test.jp
Ubuntu 20.04 LTS Samba4.6.11 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

openSUSE Tumbleweed Kernel5.6.11-1-default Update


openSUSE Tumbleweed Kernelが5.6.11-1-defaultにUpdateされました。

opensuse:~ # uname -r
5.6.11-1-default
opensuse:~ # php -v
PHP 7.4.5 (cli) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
opensuse:~ # curl -V
curl 7.70.0 (x86_64-suse-linux-gnu) libcurl/7.70.0 OpenSSL/1.1.1g-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-04-29
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.2-git.152.c5bf9f6da52SUSE-oS15.5-x86_64
opensuse:~ # cat /etc/os-release
NAME=”openSUSE Tumbleweed”
# VERSION=”20200509″
ID=”opensuse-tumbleweed”
ID_LIKE=”opensuse suse”
VERSION_ID=”20200509″
PRETTY_NAME=”openSUSE Tumbleweed”
ANSI_COLOR=”0;32″
CPE_NAME=”cpe:/o:opensuse:tumbleweed:20200509″
BUG_REPORT_URL=”https://bugs.opensuse.org”
HOME_URL=”https://www.opensuse.org/”
LOGO=”distributor-logo”
opensuse:~ #

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