9th January 2008
The options box has disappeared from the Leopard afp login dialog. To set the options manually, do the following on the mac terminal:
defaults write com.apple.AppleShareClient afp_cleartext_allow -bool true
defaults write com.apple.AppleShareClient afp_ssh_allow -bool true
defaults write com.apple.AppleShareClient afp_ssh_warn -bool false
To verify the options type:
defaults read com.apple.AppleShareClient