FreeBSD 13.0-CURRENT r348210 Samba4.8.12 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
Starting nmbd.
Starting smbd.
Starting winbindd.
root@freebsd:~ # wbinfo -n chibi
S-1-5-21-240115641-1379185000-2946864531-1104 SID_USER (1)
root@freebsd:~ # wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@freebsd:~ # klist
Credentials cache: FILE:/tmp/krb5cc_0
Principal: administrator@TEST.JP

Issued Expires Principal
Jun 1 08:34:52 2019 Jun 1 18:34:52 2019 krbtgt/TEST.JP@TEST.JP
root@freebsd:~ # net ads info
LDAP server: 192.168.1.14
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Sat, 01 Jun 2019 08:37:47 JST
KDC server: 192.168.1.14
Server time offset: -13
Last machine account password change: Sat, 01 Jun 2019 08:36:07 JST
root@freebsd:~ # host -4 dc
dc.test.jp has address 192.168.1.14
dc.test.jp has address 192.168.1.20
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b876:6833:607d:3482
dc.test.jp has IPv6 address 2400:4052:46e0:b700:c574:a8df:a559:64f5
root@freebsd:~ # host -4 dc1
dc1.test.jp has address 192.168.1.19
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:d055:b705:9347:24ad
root@freebsd:~ # host -4 dc2
dc2.test.jp has address 192.168.1.149
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:2154:9eb9:8076:664b
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 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.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.14
test.jp has address 192.168.1.19
test.jp has address 192.168.1.20
test.jp has address 192.168.1.149
root@freebsd:~ # uname -a
FreeBSD freebsd 13.0-CURRENT FreeBSD 13.0-CURRENT r348210 GENERIC amd64
root@freebsd:~ # samba -V
Version 4.8.12
root@freebsd:~ # smbclient //192.168.1.14/netlogon -Uadministrator
FreeBSD 13.0-CURRENT r348210 Samba4.8.12 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

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

TrueOS13.0-CURRENT Samba4.8.12 Windows Server 2019 Datacenter Active Directory Domainののメンバーに参加してみた


root@trueos:~ # kinit administrator
administrator@TEST.JP’s Password:
root@trueos:~ # klist
Credentials cache: FILE:/tmp/krb5cc_0
Principal: administrator@TEST.JP

Issued Expires Principal
May 31 22:36:09 2019 Jun 1 08:36:09 2019 krbtgt/TEST.JP@TEST.JP
root@trueos:~ # net ads info
LDAP server: 192.168.1.19
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Fri, 31 May 2019 22:38:19 UTC
KDC server: 192.168.1.19
Server time offset: -3
Last machine account password change: Thu, 01 Jan 1970 00:00:00 UTC
root@trueos:~ # host -4 dc
dc.test.jp has address 192.168.1.20
dc.test.jp has address 192.168.1.14
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b876:6833:607d:3482
dc.test.jp has IPv6 address 2400:4052:46e0:b700:c574:a8df:a559:64f5
root@trueos:~ # net ads lookup
Information for Domain Controller: 192.168.1.19

Response Type: LOGON_SAM_LOGON_RESPONSE_EX
GUID: b4d1fcc7-8e94-4ca6-80ee-9e10aca79036
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@trueos:~ # uname -a
FreeBSD trueos 13.0-CURRENT FreeBSD 13.0-CURRENT GENERIC-NODEBUG amd64
root@trueos:~ # samba -V
Version 4.8.12
root@trueos:~ # smbclient //192.168.1.14/netlogon -Uadministrator
TrueOS13.0-CURRENT Samba4.8.12 Windows Server 2019 Datacenter Active Directory Domainののメンバーに参加してみた

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

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


root@1910:~# kinit administrator
Password for administrator@TEST.JP:
root@1910:~# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: administrator@TEST.JP

Valid starting Expires Service principal
2019-06-01T06:32:46 2019-06-01T16:32:46 krbtgt/TEST.JP@TEST.JP
renew until 2019-06-02T06:32:42
root@1910:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘1910’ to dns domain ‘test.jp’
No DNS domain configured for 1910. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@1910:~# net ads info
LDAP server: 192.168.1.19
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 01 6月 2019 06:36:35 JST
KDC server: 192.168.1.19
Server time offset: -13
Last machine account password change: 土, 01 6月 2019 06:33:32 JST
root@1910:~# host -4 dc
dc.test.jp has address 192.168.1.14
dc.test.jp has address 192.168.1.20
dc.test.jp has IPv6 address 2400:4052:46e0:b700:c574:a8df:a559:64f5
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b876:6833:607d:3482
root@1910:~# host -4 dc1
dc1.test.jp has address 192.168.1.19
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:d055:b705:9347:24ad
root@1910:~# host -4 dc2
dc2.test.jp has address 192.168.1.149
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:2154:9eb9:8076:664b
root@1910:~# 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@1910:~# 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@1910:~# host -t A test.jp
test.jp has address 13.113.45.174
root@1910:~# host -t A dc.test.jp
dc.test.jp has address 192.168.1.14
dc.test.jp has address 192.168.1.20
root@1910:~# host -t A dc1.test.jp
dc1.test.jp has address 192.168.1.19
root@1910:~# host -t A dc2.test.jp
dc2.test.jp has address 192.168.1.149
root@1910:~# smbclient //192.168.1.14/netlogon -Uadministrator
Ubuntu19.10 Samba4.10.0 Windows Server 2019 Datacenter Active Directory Domainののメンバーに参加してみた

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

Ubuntu19.10 を新規Installしてみた

Ubuntu19.10 を新規Installしてみました。ソースはこちらです。

root@1910:~# uname -r
5.0.0-15-generic
root@1910:~# php -v
PHP 7.3.4-2 (cli) (built: Apr 13 2019 19:05:48) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.4, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.4-2, Copyright (c) 1999-2018, by Zend Technologies
root@1910:~# curl -V
curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1b zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.8.7/openssl/zlib nghttp2/1.37.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@1910:~# samba -V
Version 4.10.0-Ubuntu
root@1910:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”19.10 (Eoan Ermine)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu Eoan Ermine (development branch)”
VERSION_ID=”19.10″
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=eoan
UBUNTU_CODENAME=eoan
root@1910:~#wo

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

TrueOS12.0-CURRENT ソースからビルドしてPHP7.2.0beta2を設定してみた

TrueOS12.0-CURRENT ソースからビルドしてPHP7.2.0beta2を設定してみました。

[root@trueos] ~# uname -a
FreeBSD trueos 12.0-CURRENT FreeBSD 12.0-CURRENT #1 57b410cea(drm-next): Fri Jul 28 21:44:30 UTC 2017 root@chimera:/usr/obj/usr/src/sys/GENERIC amd64
[root@trueos] ~# php -v
PHP 7.2.0beta2 (cli) (built: Aug 9 2017 08:06:57) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.2.0-dev, Copyright (c) 1998-2017 Zend Technologies
[root@trueos] ~# curl http://localhost/info.php | grep ‘PHP Version’ | tail -1 | sed -e ‘s/<[^>]*>//g’
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 83931 0 83931 0 0 744k 0 –:–:– –:–:– –:–:– 758k
PHP Version 7.2.0beta2
[root@trueos] ~#

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