Step 3
Not getting a list of disable uams… What the heck am I doing wrong?
Not getting a list of disable uams… What the heck am I doing wrong?
Just wanted to let you know I finally figuresd this out(and I feel like a complete idiot)
At step 3 you only need copy the command and one of the legacy service contained within the parenthesis.
In my case I only needed to copy this into Terminal:
sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd"
NOT the entire text presented in the article:
sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
This was very confusing for a novice such as myself, I hope this helps others who may have experienced the same confusion I did…
Step 3