Configures a Samba file server on the client machine to use IPA domain controller for authentication and
identity services.
The tool configures Samba file server to be a domain member of IPA domain. Samba file server will use
SSSD to resolve information about users and groups, and will use IPA master it is enrolled against as its
domain controller.
It is not possible to reconciliate original Samba environment if that was pre-existing on the client with
new configuration. Samba databases will be updated to follow IPA domain details and smb.conf
configuration will will be overwritten. It is recommended to enable Samba suite on a freshly deployed IPA
client.
During the configuration process, the tool will perform following steps:
1. Discover details of IPA domain: realm, domain SID, domain ID range
2. Discover details of trusted Active Directory domains: domain name, domain SID, domain ID range
3. Create Samba configuration file using the details discovered above.
4. Create Samba Kerberos service using host credentials and fetch its keytab into
/etc/samba/samba.keytab. The Kerberos service key is pre-set to a randomly generated value that is
shared with Samba.
5. Populate Samba databases by setting the domain details and the randomly generated machine
account password from the previous step.
6. Create a default [homes] share to allow users to log in to their home directories unless
--no-homes option was specified.
The tool does not start nor does it enable Samba file services after the configuration. In order to
enable and start Samba file services, one needs to enable both smb.service and winbind.service system
services. Please check that /etc/samba/smb.conf contains all settings for your use case as starting Samba
service will make identity mapping details written into the Samba databases. To enable and start Samba
file services at the same time one can use systemctlenable--now command:
systemctl enable --now smb winbind
Assumptions
The ipa-client-samba script assumes that the machine has already been enrolled into IPA.
IPAMasterRequirements
At least one IPA master must hold a TrustController role. This can be achieved by running
ipa-adtrust-install on the IPA master. The utility will configure IPA master to be a domain controller
for IPA domain.
IPA master holding a TrustController role has also to have support for a special service command to
create SMB service, ipaservice-add-smb. This command is available with IPA 4.8.0 or later release.