Automator application to connect SMB drives with Kerberos Authentication
All PC workstations in the office belong the company domain and single sign-on with kerberos works pretty much flawlessly. As a Mac user, I also wanted the benefits of single sign-on. Specifically, it is really nice not having to enter/save passwords for all the company websites. In addition, connecting to network drives is faster with kerberos. Lately, Ticket Viewer has not been playing nicely on Sierra, so I am using the terminal to run kinit to get a kerberos ticket at the beginning of the day. This depends on some settings in /etc/krb5.conf which are displayed below. Remember to replace REALM with your company domain. [appdefaults] forwardable = true proxiable = true no-address = true [libdefaults] default_realm = REALM dns_lookup_kdc = true dns_lookup_realm = true [realms] My typical morning routine is to open the laptop, open terminal, run "kinit username@REALM" to get the ticket, then run an automator application to mount the ...