New Mac Setup: Difference between revisions

From Delft Solutions
Jump to navigation Jump to search
(Created page with "This is a list of tweaks that are useful when setting up a new Mac. == Kerberos authentication == See: Enroll Mac in Kerberos == TouchID sudo == * Edit `/etc/pam.d/sudo_local` as root and remove the '#' before this line: `auth sufficient pam_tid.so`")
 
No edit summary
Line 6: Line 6:
== TouchID sudo ==
== TouchID sudo ==
* Edit `/etc/pam.d/sudo_local` as root and remove the '#' before this line: `auth      sufficient    pam_tid.so`
* Edit `/etc/pam.d/sudo_local` as root and remove the '#' before this line: `auth      sufficient    pam_tid.so`
== Install MacPorts ==
Follow instructions here: https://www.macports.org/install.php

Revision as of 07:06, 21 January 2025

This is a list of tweaks that are useful when setting up a new Mac.

Kerberos authentication

See: Enroll Mac in Kerberos

TouchID sudo

  • Edit `/etc/pam.d/sudo_local` as root and remove the '#' before this line: `auth sufficient pam_tid.so`

Install MacPorts

Follow instructions here: https://www.macports.org/install.php