[root@f40 ~]# kinit administrator Password for administrator@TEST.JP: [root@f40 ~]# net ads join -U administrator Password for [TEST\administrator]: Using short domain name -- TEST Joined 'F40' to dns domain 'test.jp' No DNS domain configured for f40. Unable to perform DNS Update. DNS update failed: NT_STATUS_INVALID_PARAMETER [root@f40 ~]# systemctl restart winbind [root@f40 ~]# wbinfo -u TEST\administrator TEST\guest TEST\dc TEST\krbtgt TEST\miru [root@f40 ~]# wbinfo -n miru S-1-5-21-3102830369-1660706400-4139980468-1104 SID_USER (1) [root@f40 ~]# net ads info LDAP server: 192.168.1.29 LDAP server name: dc.test.jp Realm: TEST.JP Bind Path: dc=TEST,dc=JP LDAP port: 389 Server time: 水, 27 3月 2024 16:54:49 JST KDC server: 192.168.1.29 Server time offset: 2 Last machine account password change: 水, 27 3月 2024 16:54:10 JST [root@f40 ~]# host -4 dc.test.jp dc.test.jp has address 192.168.1.29 dc.test.jp has IPv6 address 2400:4052:46e0:b700:79c6:aa37:7e75:bde3 [root@f40 ~]# host -t SRV _ldap._tcp.test.jp _ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp. [root@f40 ~]# host -t SRV _kerberos._udp.test.jp _kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp. [root@f40 ~]# host -t A test.jp test.jp has address 192.168.1.29 [root@f40 ~]# cat /etc/redhat-release Fedora release 40 (Forty) [root@f40 ~]# samba -V Version 4.20.0rc4 [root@f40 ~]# smbclient //192.168.1.29/netlogon -Uadministrator Password for [TEST\administrator]: Try "help" to get a list of possible commands. smb: \> ls . D 0 Wed Mar 27 07:26:14 2024 .. D 0 Wed Mar 27 07:46:58 2024 62311935 blocks of size 4096. 39954111 blocks available smb: \> exit [root@f40 ~]# smbclient //192.168.1.29/sysvol -Uadministrator Password for [TEST\administrator]: Try "help" to get a list of possible commands. smb: \> ls . D 0 Wed Mar 27 07:26:14 2024 .. D 0 Wed Mar 27 07:26:14 2024 test.jp Dr 0 Wed Mar 27 07:26:14 2024 62311935 blocks of size 4096. 39954111 blocks available smb: \> exit [root@f40 ~]# net ads lookup Information for Domain Controller: 192.168.1.29 Response Type: LOGON_SAM_LOGON_RESPONSE_EX GUID: 61b94be2-f0d6-4807-8e2b-703084f71225 Flags: Is a PDC: yes 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: yes 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 Runs on Windows 2012R2 or later: yes Runs on Windows 2016 or later: yes Has a DNS name: no Is a default NC: no Is the forest root: no Forest: test.jp Domain: test.jp Domain Controller: dc.test.jp Pre-Win2k Domain: TEST Pre-Win2k Hostname: DC Server Site Name: Default-First-Site-Name Client Site Name: Default-First-Site-Name NT Version: 5 LMNT Token: ffff LM20 Token: ffff [root@f40 ~]# dig test.jp ; <<>> DiG 9.18.24 <<>> test.jp ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61176 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4000 ;; QUESTION SECTION: ;test.jp. IN A ;; ANSWER SECTION: test.jp. 600 IN A 192.168.1.29 ;; Query time: 1 msec ;; SERVER: 192.168.1.29#53(192.168.1.29) (UDP) ;; WHEN: Wed Mar 27 16:58:23 JST 2024 ;; MSG SIZE rcvd: 52 [root@f40 ~]# klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: administrator@TEST.JP Valid starting Expires Service principal 2024-03-27T16:53:50 2024-03-28T02:53:50 krbtgt/TEST.JP@TEST.JP renew until 2024-03-28T16:53:44 [root@f40 ~]# wbinfo -t checking the trust secret for domain TEST via RPC calls succeeded [root@f40 ~]# wbinfo -g TEST\domain computers TEST\domain controllers TEST\schema admins TEST\enterprise admins TEST\cert publishers TEST\domain admins TEST\domain users TEST\domain guests TEST\group policy creator owners TEST\ras and ias servers TEST\allowed rodc password replication group TEST\denied rodc password replication group TEST\read-only domain controllers TEST\enterprise read-only domain controllers TEST\cloneable domain controllers TEST\protected users TEST\key admins TEST\enterprise key admins TEST\フォレスト信頼アカウント TEST\外部信頼アカウント TEST\dnsadmins TEST\dnsupdateproxy [root@f40 ~]#