Manjaro Linux Samba4.10.5 Windows Server 2016 Datacenter Active Directory Domainのメンバーに参加してみた


[man ~]# kinit administrator
Password for administrator@TEST.JP:
[man ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘MAN’ to dns domain ‘test.jp’
No DNS domain configured for man. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[man ~]# systemctl restart winbind
[man ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\defaultaccount
TEST\krbtgt
TEST\chibi
[man ~]# wbinfo -n chibi
S-1-5-21-3866720368-3273965808-1478398572-1103 SID_USER (1)
[man ~]# net ads info
LDAP server: 192.168.1.43
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 25 6月 2019 04:52:16 JST
KDC server: 192.168.1.43
Server time offset: -11
Last machine account password change: 火, 25 6月 2019 04:51:47 JST
[man ~]# host -4 dc
dc.test.jp has address 192.168.1.41
dc.test.jp has address 192.168.1.43
dc.test.jp has IPv6 address 2400:4052:46e0:b700:9c17:70c2:f128:4f74
dc.test.jp has IPv6 address 2400:4052:46e0:b700:d0cb:a843:f2ba:fd28
[man ~]# host -4 dc1
dc1.test.jp has address 192.168.1.52
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:a555:f9b5:10f3:2a15
[man ~]# host -4 dc2
dc2.test.jp has address 192.168.1.32
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:d908:2730:71f3:20c
[man ~]# 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.
[man ~]# 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.
[man ~]# host -t A test.jp
test.jp has address 192.168.1.32
test.jp has address 192.168.1.52
test.jp has address 192.168.1.41
test.jp has address 192.168.1.43
[man ~]# cat /etc/os-release
NAME=”Manjaro Linux”
ID=manjaro
ID_LIKE=arch
PRETTY_NAME=”Manjaro Linux”
ANSI_COLOR=”1;32″
HOME_URL=”https://www.manjaro.org/”
SUPPORT_URL=”https://www.manjaro.org/”
BUG_REPORT_URL=”https://bugs.manjaro.org/”
[man ~]# samba -V
Version 4.10.5
[man ~]# smbclient //192.168.1.41/netlogon -Uadministrator
Manjaro Linux Samba4.10.5 Windows Server 2016 Datacenter Active Directory Domainのメンバーに参加してみた

カテゴリー: manjaro, samba4, windows パーマリンク

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です