For When You Can't Have The Real Thing
[ start | index | login ]
start > CentOS > 7 > Active Directory with SSSD

Active Directory with SSSD

Created by dave. Last edited by dave, 3 years and 44 days ago. Viewed 844 times. #2
[diff] [history] [edit] [rdf]
labels
attachments
(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
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt