Skip to content

Instantly share code, notes, and snippets.

@zhiguangwang
Last active February 26, 2025 08:23
Show Gist options
  • Select an option

  • Save zhiguangwang/98e58c7b696e2d120bff9e8b57dc1e20 to your computer and use it in GitHub Desktop.

Select an option

Save zhiguangwang/98e58c7b696e2d120bff9e8b57dc1e20 to your computer and use it in GitHub Desktop.

Revisions

  1. zhiguangwang revised this gist Apr 19, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,6 @@ Disable:

    Enable:

    sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.kdcmond.plist
    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).
  2. zhiguangwang created this gist Apr 19, 2016.
    11 changes: 11 additions & 0 deletions README.md
    Original 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).