Fedora30 Kernel5.1.17-300.fc30.x86_64 Update

Fedora30 Kernelが5.1.17-300.fc30.x86_64にUpdateされました。

[root@f30 ~]# uname -r
5.1.17-300.fc30.x86_64
[root@f30 ~]# php -v
PHP 7.4.0alpha3 (cli) (built: Jul 9 2019 07:39:56) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0-dev, Copyright (c) Zend Technologies
[root@f30 ~]# curl -V
curl 7.64.0 (x86_64-redhat-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1c zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.8.7/openssl/zlib nghttp2/1.38.0
Release-Date: 2019-02-06
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@f30 ~]# samba -V
Version 4.10.5
[root@f30 ~]# cat /etc/redhat-release
Fedora release 30 (Thirty)
[root@f30 ~]#

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

Fedora29 Samba4.9.8 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


[root@f29 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f29 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F29’ to dns domain ‘test.jp’
No DNS domain configured for f29. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f29 ~]# systemctl restart winbind
[root@f29 ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@f29 ~]# wbinfo -n administrator
S-1-5-21-4283025733-908519724-3295402948-500 SID_USER (1)
[root@f29 ~]# net ads info
LDAP server: 192.168.1.60
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 日, 14 7月 2019 14:27:40 JST
KDC server: 192.168.1.60
Server time offset: -9
Last machine account password change: 日, 14 7月 2019 14:27:13 JST
[root@f29 ~]# host -4 dc
dc.test.jp has address 192.168.1.58
dc.test.jp has address 192.168.1.10
dc.test.jp has IPv6 address 2400:4052:46e0:b700:cc6c:3df7:45e4:e985
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b03b:d3b7:8519:54be
[root@f29 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.60
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:9d2:83b4:4031:14cf
[root@f29 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.61
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f0b7:1338:1a03:19fd
[root@f29 ~]# 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@f29 ~]# 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@f29 ~]# host -t A test.jp
test.jp has address 192.168.1.10
test.jp has address 192.168.1.61
test.jp has address 192.168.1.58
test.jp has address 192.168.1.60
[root@f29 ~]# cat /etc/redhat-release
Fedora release 29 (Twenty Nine)
[root@f29 ~]# samba -V
Version 4.9.8
[root@f29 ~]# smbclient -L localhost -U%
Fedora29 Samba4.9.8 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Debian10.0 Samba4.9.5 Active Directory Domainの構築と動作確認

root@debian:~# samba-tool domain provision
Realm: TEST.JP
Domain [TEST]:
Server Role (dc, member, standalone) [dc]:
DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE) [SAMBA_INTERNAL]:
DNS forwarder IP address (write ‘none’ to disable forwarding) [192.168.1.74]:
Administrator password:
Retype password:
Looking up IPv4 addresses
Looking up IPv6 addresses
More than one IPv6 address found. Using 2400:4052:46e0:b700:20c:29ff:febe:decd
Setting up share.ldb
Setting up secrets.ldb
Setting up the registry
Setting up the privileges database
Setting up idmap db
Setting up SAM db
Setting up sam.ldb partitions and settings
Setting up sam.ldb rootDSE
Pre-loading the Samba 4 and AD schema
Unable to determine the DomainSID, can not enforce uniqueness constraint on local domainSIDs
Debiam10.0 Samba4.9.5 Active Directory Domainの構築
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.0
root@debian:~# samba -V
Version 4.9.5-Debian
root@debian:~# kinit administrator
Password for administrator@TEST.JP:
Warning: Your password will expire in 41 days on 2019年08月26日 12時01分40秒
root@debian:~# net ads info
LDAP server: 192.168.1.74
LDAP server name: debian.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 月, 15 7月 2019 12:07:16 JST
KDC server: 192.168.1.74
Server time offset: 0
Last machine account password change: 月, 15 7月 2019 12:01:40 JST
root@debian:~# samba-tool user add chibi
Note: samba-tool user add is deprecated. Please use samba-tool user create for the same function.
New Password:
Retype Password:
User ‘chibi’ created successfully
root@debian:~# host -4 debian
debian.test.jp has address 192.168.1.74
debian.test.jp has IPv6 address 2400:4052:46e0:b700:20c:29ff:febe:decd
root@debian:~# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 debian.test.jp.
root@debian:~# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 debian.test.jp.
root@debian:~# host -t A debian.test.jp.
debian.test.jp has address 192.168.1.74
root@debian:~# smbclient -L localhost -U%
Debiam10.0 Samba4.9.5 Active Directory Domainの動作確認

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

Fedora29 Samba4.9.8 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


[root@f29 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f29 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F29’ to dns domain ‘test.jp’
No DNS domain configured for f29. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f29 ~]# systemctl restart winbind
[root@f29 ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@f29 ~]# wbinfo -n administrator
S-1-5-21-4283025733-908519724-3295402948-500 SID_USER (1)
[root@f29 ~]# net ads info
LDAP server: 192.168.1.60
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 日, 14 7月 2019 14:27:40 JST
KDC server: 192.168.1.60
Server time offset: -9
Last machine account password change: 日, 14 7月 2019 14:27:13 JST
[root@f29 ~]# host -4 dc
dc.test.jp has address 192.168.1.58
dc.test.jp has address 192.168.1.10
dc.test.jp has IPv6 address 2400:4052:46e0:b700:cc6c:3df7:45e4:e985
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b03b:d3b7:8519:54be
[root@f29 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.60
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:9d2:83b4:4031:14cf
[root@f29 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.61
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f0b7:1338:1a03:19fd
[root@f29 ~]# 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@f29 ~]# 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@f29 ~]# host -t A test.jp
test.jp has address 192.168.1.10
test.jp has address 192.168.1.61
test.jp has address 192.168.1.58
test.jp has address 192.168.1.60
[root@f29 ~]# cat /etc/redhat-release
Fedora release 29 (Twenty Nine)
[root@f29 ~]# samba -V
Version 4.9.8
[root@f29 ~]# smbclient -L localhost -U%
Fedora29 Samba4.9.8 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Debian10.0 Samba4.9.5 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


root@debian:~# cat /etc/debian_version
10.0
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:~# samba -V
Version 4.9.5-Debian
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\administrator
TEST\krbtgt
TEST\chibi
root@debian:~# wbinfo -n chibi
S-1-5-21-4283025733-908519724-3295402948-1103 SID_USER (1)
root@debian:~# smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
print$ Disk Printer Drivers
IPC$ IPC IPC Service (Samba 4.9.5-Debian)
Reconnecting with SMB1 for workgroup listing.

Server Comment
——— ——-
DC
DEBIAN Samba 4.9.5-Debian

Workgroup Master
——— ——-
TEST DC
root@debian:~# host -4 dc
dc.test.jp has address 192.168.1.10
dc.test.jp has address 192.168.1.58
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b03b:d3b7:8519:54be
dc.test.jp has IPv6 address 2400:4052:46e0:b700:cc6c:3df7:45e4:e985
root@debian:~# host -4 dc1
dc1.test.jp has address 192.168.1.60
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:9d2:83b4:4031:14cf
root@debian:~# host -4 dc2
dc2.test.jp has address 192.168.1.61
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f0b7:1338:1a03:19fd
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 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@debian:~# host -t A test.jp
test.jp has address 192.168.1.10
test.jp has address 192.168.1.60
test.jp has address 192.168.1.58
test.jp has address 192.168.1.61
root@debian:~# smbclient -L localhost -U%
Debian10.0 Samba4.9.5 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加

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