ipa-client-samba(1) | IPA Manual Pages | ipa-client-samba(1) |
ipa-client-samba - Configure Samba file server on an IPA client
ipa-client-samba [OPTION]...
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.
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.
systemctl enable --now smb winbind
The ipa-client-samba script assumes that the machine has already been enrolled into IPA.
At least one IPA master must hold a Trust Controller 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 Trust Controller role has also to have support for a special service command to create SMB service, ipa service-add-smb. This command is available with IPA 4.8.0 or later release.
/etc/samba/smb.conf
/etc/samba/samba.keytab
0 if the installation was successful
1 if an error occurred
Jun 10 2019 | IPA |