Systems/OS/FreeBSD: Difference between revisions

From Pumping Station One
Wikibot (talk | contribs)
m Robot: Cosmetic changes
Line 36: Line 36:
** service nscd start
** service nscd start
** service nslcd start
** service nslcd start
 
* Update /etc/nsswitch.conf
 
** passwd: files [success=return] cache ldap
** group: files cache ldap
* Update pam /etc/pam.d/sshd
** Uncomment auth line for krb5 module
** Add ldap line for account under login_access.so: account sufficient /usr/local/lib/pam_ldap.so
* Update /etc/ssh/sshd_config add the following lines:
** GSSAPIAuthentication yes
** GSSAPICleanupCredentials yes
* Restart sshd: service sshd restart
c


== /etc/periodic/hourly/100.renew ==
== /etc/periodic/hourly/100.renew ==