
As we know with just about everything DNS is critical, so make sure it’s 100% before moving forward. It will save you countless time troubleshooting later.
Troubleshooting:
- First check your principles.
- Then test using Ticket Viewer in CoreServices.
- Check your DNS again and finally clean up the client:
- Delete the certificate via Terminal:security delete-certificate -c “com.apple.kerberos.kdc” /Library/Keychains/System.keychain
- Delete the local Kerberos configuration via Terminal:dscl . -delete /Config/KerberosKDC
- Kill the file that tells system not to setup a new local KDC:rm /var/db/ .configureLocalKDC
- Delete the remnants of the previous local KDC:rm -R /var/db/krb5kdc
- Create a new local KDC:/usr/libexec/configureLocalKDC