Last active
February 26, 2025 08:23
-
-
Save zhiguangwang/98e58c7b696e2d120bff9e8b57dc1e20 to your computer and use it in GitHub Desktop.
Revisions
-
zhiguangwang revised this gist
Apr 19, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,6 @@ Disable: Enable: sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.Kerberos.kdc.plist For further details about **kdc**, see [kdc -- Kerberos 5 server](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/kdc.8.html). -
zhiguangwang created this gist
Apr 19, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ If you don't like or need the **kdc** process on Mac OS X, which opens TCP port **88** to the world, you can disable it with **launchctl**. Disable: sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.Kerberos.kdc.plist Enable: sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.kdcmond.plist For further details about **kdc**, see [kdc -- Kerberos 5 server](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/kdc.8.html).