SSSD/Kerberos/LDAP Authentication

From UNIX Systems Administration
Revision as of 18:20, 29 June 2016 by Michael Kohler (talk | contribs) (Created page with "===Install Required Packages=== #RHEL6: Install the following packages. ##<tt>'''# yum install sssd krb5-workstation samba-common authconfig oddjob oddjob-mkhomedir openldap-c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install Required Packages

  1. RHEL6: Install the following packages.
    1. # yum install sssd krb5-workstation samba-common authconfig oddjob oddjob-mkhomedir openldap-clients ipa-client sssd-common krb5-devel
  1. RHEL7: Install the following packages
    1. # yum install sssd krb5-workstation samba-common authconfig oddjob oddjob-mkhomedir openldap-clients sssd-libwbclient sssd-tools ipa-client sssd-common krb5-devel

Configure Kerberos

  1. Gather the list of KDCs for the realm.
    1. # nslookup -type=SRV _kerberos._tcp.<domain in lowercase>