Skip to main content

Active Directory with SSSD

(2021-02-03)

Rough Notes

  • install realmd
# realm discover
# realm join zoneName -U adminUser
  • in /etc/sssd/sssd.conf , comment out use_fully_qualified_names = True
  • install nfs-utils
  • in /etc/nfsmoutn.conf , add:
    Defaultvers=3
    Nfsvers=3
  • systemctl enable nfs
  • reboot