Displaying 1 result from an estimated 1 matches for "default_principal".
2013 Jun 23
1
Joining Mac OSX 10.8.4 Small contribution for the documentation/wiki?...
...want the user to be able to mount servers that are 
"kerberized".
First make a backup copy of the file, edit the /etc/pam.d/authorization 
file and add two additional lines to the top:
Insert these two additional lines:
auth       optional       pam_krb5.so use_first_pass use_kcminit 
default_principal
auth       sufficient     pam_krb5.so use_first_pass default_principal
Use a Terminal.app text editor like 'vi' or 'nano', use a GUI editor 
like TextWrangler, BBEdit, or TextMate, or use this terminal command:
/usr/bin/perl -pi -e 's/auth       optional       pam_krb5.so 
use...