Recent Posts

Topics

Archives

Netatalk, Ubuntu -> Leopard

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

Leave a Reply