Fedora release 30 samba4.10.13 Acitive Directory Domeinの構築と動作確認

[root@f30 ~]# cat /etc/redhat-release
Fedora release 30 (Thirty)
[root@f30 ~]# samba -V
Version 4.10.13
[root@f30 ~]# 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.8]:
Administrator password:
Retype password:
Looking up IPv4 addresses
Looking up IPv6 addresses
No IPv6 address will be assigned
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

Adding DomainDN: DC=test,DC=jp
Adding configuration container
Setting up sam.ldb schema

Setting up sam.ldb configuration data
Setting up display specifiers
Modifying display specifiers and extended rights
Adding users container
Modifying users container
Adding computers container
Modifying computers container
Setting up sam.ldb data
Setting up well known security principals
Setting up sam.ldb users and groups
Setting up self join
Adding DNS accounts
Creating CN=MicrosoftDNS,CN=System,DC=test,DC=jp
Creating DomainDnsZones and ForestDnsZones partitions
Populating DomainDnsZones and ForestDnsZones partitions
Setting up sam.ldb rootDSE marking as synchronized
Fixing provision GUIDs
The Kerberos KDC configuration for Samba AD is located at /var/lib/samba/private/kdc.conf
A Kerberos configuration suitable for Samba AD has been generated at /var/lib/samba/private/krb5.conf
Merge the contents of this file with your system krb5.conf or replace it with this one. Do not create a symlink!
Once the above files are installed, your Samba AD server will be ready to use
Server Role: active directory domain controller
Hostname: f30
NetBIOS Domain: TEST
DNS Domain: test.jp
DOMAIN SID: S-1-5-21-842234280-2978751291-3424404927

Fedora release 30 samba4.10.13 Acitive Directory Domeinの構築 と起動1

[root@f30 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f30 ~]# samba-tool user list
Guest
Administrator
krbtgt
[root@f30 ~]# 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@f30 ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@f30 ~]# wbinfo -n chibi
S-1-5-21-842234280-2978751291-3424404927-1103 SID_USER (1)
[root@f30 ~]# net ads info
LDAP server: 192.168.1.8
LDAP server name: f30.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 月, 02 3月 2020 06:29:13 JST
KDC server: 192.168.1.8
Server time offset: 0
Last machine account password change: 月, 02 3月 2020 06:23:37 JST
[root@f30 ~]# host -4 f30
f30.test.jp has address 192.168.1.8
[root@f30 ~]# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 f30.test.jp.
[root@f30 ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 f30.test.jp.
[root@f30 ~]# host -t A f30.test.jp.
f30.test.jp has address 192.168.1.8
[root@f30 ~]# smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
sysvol Disk
netlogon Disk
IPC$ IPC IPC Service (Samba 4.10.13)
Reconnecting with SMB1 for workgroup listing.

Server Comment
——— ——-

Workgroup Master
——— ——-
[root@f30 ~]# cat /etc/redhat-release

Fedora release 30 samba4.10.13 Acitive Directory Domeinの動作確認1

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

コメントを残す

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