6.1.2. Enabling Kerberos Authentication
You now need to modify the /private/etc/authorization file to allow Kerberos authentication.
Log in as the admin user and launch the /Applications/Utilities/Terminal application.
Change to the /private/etc directory and make a backup of the existing authorization file.
# cd /private/etc # cp -p authorization authorization_bak
Open the authorization file, and locate the string "system.login.console".
Locate the <dict> entry below this string, and then locate the <key>mechanisms</key> entry.
Change <string>authinternal</string> to <string>builtin:krb5authnoverify,privileged</string>
Several instances of authinternal may occur in this file. Ensure that you change the correct instance.
Save and close the file.
Restart the machine to enable Kerberos authentication.