Skip to content

Instantly share code, notes, and snippets.

@ajitam
Created July 26, 2011 21:05
Show Gist options
  • Save ajitam/1108038 to your computer and use it in GitHub Desktop.
Save ajitam/1108038 to your computer and use it in GitHub Desktop.
"Downgrade" Lion's AFP protokol (so that he can connect to WD disks)
# Launch /Applications/Utilities/Terminal and do:
sudo chmod o+w /Library/Preferences
defaults write /Library/Preferences/com.apple.AppleShareClient afp_host_prefs_version -int 1
# Restart your computer.
# From Finder, select an AFP server, or use "Connect To...".
# This will cause the AFP Client to create the full preferences file
# Launch Terminal again and do:
sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
sudo chmod o-w /Library/Preferences
# Restart your computer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment