[root@f30 ~]# cat /etc/redhat-release
Fedora release 30 (Thirty)
[root@f30 ~]# samba -V
Version 4.10.13
[root@f30 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f30 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F30’ to dns domain ‘test.jp’
No DNS domain configured for f30. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f30 ~]# systemctl restart winbind
[root@f30 ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@f30 ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@f30 ~]# wbinfo -n chibi
S-1-5-21-1678940183-1404043644-1380363875-1103 SID_USER (1)
[root@f30 ~]# 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: 金, 14 2月 2020 16:32:49 JST
KDC server: 192.168.1.39
Server time offset: -2
Last machine account password change: 金, 14 2月 2020 16:31:58 JST
[root@f30 ~]# smbclient -L local -U%
do_connect: Connection to local failed (Error NT_STATUS_UNSUCCESSFUL)
[root@f30 ~]# smbclient -L 192.168.1.39 -U%
Sharename Type Comment
——— —- ——-
Reconnecting with SMB1 for workgroup listing.
do_connect: Connection to 192.168.1.39 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Unable to connect with SMB1 — no workgroup available
[root@f30 ~]# smbclient //192.168.1.39/netlogon -Uadministrator
Fedora release 30 Samba4.10.13 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた