FreeBSD 12.1-RELEASE r354233 GENERIC PHP 7.4.3 Update

FreeBSD 12.1-RELEASE r354233 GENERIC PHPが7.4.3にUpdateされました。

root@freebsd:~ # uname -a
FreeBSD freebsd 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64
root@freebsd:~ # php -v
PHP 7.4.3 (cli) (built: Feb 22 2020 01:14:30) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
root@freebsd:~ # curl -V
curl 7.67.0 (amd64-portbld-freebsd12.0) libcurl/7.67.0 OpenSSL/1.1.1d zlib/1.2.11 nghttp2/1.40.0
Release-Date: 2019-11-06
Protocols: dict file ftp ftps gopher http https imap imaps 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.10.11
root@freebsd:~ #

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

FreeBSD 12.1-STABLE r358121 Samba4.10.3 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

root@freebsd:~ # uname -a
FreeBSD freebsd 12.1-STABLE FreeBSD 12.1-STABLE r358121 GENERIC amd64
root@freebsd:~ # samba -V
Version 4.10.13
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
Starting nmbd.
Starting smbd.
Starting winbindd.
root@freebsd:~ # wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@freebsd:~ # wbinfo -n chibi
S-1-5-21-1678940183-1404043644-1380363875-1103 SID_USER (1)
root@freebsd:~ # net ads info
LDAP server: 192.168.1.39
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Mon, 24 Feb 2020 12:42:20 JST
KDC server: 192.168.1.39
Server time offset: -3
Last machine account password change: Mon, 24 Feb 2020 12:40:14 JST
root@freebsd:~ # host -4 dc
dc.test.jp has address 192.168.1.39
dc.test.jp has address 192.168.1.45
dc.test.jp has IPv6 address 2400:4052:46e0:b700:1911:c150:a1a4:ec24
dc.test.jp has IPv6 address 2400:4052:46e0:b700:f0b6:ef83:7301:d109
root@freebsd:~ # host -4 dc1
dc1.test.jp has address 192.168.1.156
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:ad7c:4cdc:822b:97d1
root@freebsd:~ # host -4 dc2
dc2.test.jp has address 192.168.1.157
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:98c3:a37e:341c:8589
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 dc.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
root@freebsd:~ # 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@freebsd:~ # host -t A test.jp
test.jp has address 192.168.1.157
test.jp has address 192.168.1.39
test.jp has address 192.168.1.156
test.jp has address 192.168.1.45
root@freebsd:~ # smbclient -L localhost -U%

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

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

Workgroup Master
——— ——-
TEST FREEBSD
WORKGROUP DESKTOP-0NRQL5D
root@freebsd:~ # smbclient //192.168.1.39/netlogon -Uadministrator

FreeBSD 12.1-STABLE r358121 Samba4.10.3 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

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

FreeBSD 12.1-STABLE PHP 7.4.3 Update

FreeBSD 12.1-STABLE PHPが7.4.3にUpdateされました。

root@freebsd:~ # uname -a
FreeBSD freebsd 12.1-STABLE FreeBSD 12.1-STABLE r358121 GENERIC amd64
root@freebsd:~ # php -v
PHP 7.4.3 (cli) (built: Feb 22 2020 01:21:36) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
root@freebsd:~ # curl -V
curl 7.68.0 (amd64-portbld-freebsd12.0) libcurl/7.68.0 OpenSSL/1.1.1d zlib/1.2.11 nghttp2/1.40.0
Release-Date: 2020-01-08
Protocols: dict file ftp ftps gopher http https imap imaps 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.10.13
root@freebsd:~ #

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

Fedora release 31 Kernel5.5.5-200.fc31.x86_64 Update

Fedora release 31 Kernelが5.5.5-200.fc31.x86_64にUpdateされました。

[root@f31 ~]# uname -r
5.5.5-200.fc31.x86_64
[root@f31 ~]# php -v
PHP 7.4.3 (cli) (built: Feb 18 2020 11:53:05) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
[root@f31 ~]# curl -V
curl 7.66.0 (x86_64-redhat-linux-gnu) libcurl/7.66.0 OpenSSL/1.1.1d-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0
Release-Date: 2019-09-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@f31 ~]# samba -V
Version 4.11.6
[root@f31 ~]# cat /etc/redhat-release
Fedora release 31 (Thirty One)
[root@f31 ~]#

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

OpenSUSE samba4.11.5 Windows Server 2019 Datacenter Acitive Directory Domeinのメンバーに参加してみた

opensuse:~ # kinit administrator
Password for administrator@TEST.JP:
opensuse:~ # net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘OPENSUSE’ to dns domain ‘test.jp’
No DNS domain configured for opensuse. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
opensuse:~ # cat /etc/os-release
NAME=”openSUSE Tumbleweed”
# VERSION=”20200214″
ID=”opensuse-tumbleweed”
ID_LIKE=”opensuse suse”
VERSION_ID=”20200214″
PRETTY_NAME=”openSUSE Tumbleweed”
ANSI_COLOR=”0;32″
CPE_NAME=”cpe:/o:opensuse:tumbleweed:20200214″
BUG_REPORT_URL=”https://bugs.opensuse.org”
HOME_URL=”https://www.opensuse.org/”
LOGO=”distributor-logo”
opensuse:~ # samba -V
Version 4.11.5-git.114.5685848b8fcSUSE-oS15.5-x86_64
opensuse:~ # smbclient -L localhost -U%
do_connect: Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
opensuse:~ # smbclient -L 192.168.1.39 -U%

Sharename Type Comment
——— —- ——-
SMB1 disabled — no workgroup available
opensuse:~ # smbclient //192.168.1.39/netlogon -Uadministrator

OpenSUSE samba4.11.5 Windows Server 2019 Datacenter Acitive Directory Domeinのメンバーに参加してみた

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