Post upgrade to Lion which I found smooth a couple of issues were found or should we say in Microsoft terms (additional features)
1. Out dated printer driver
This is not solely the fault of Apple as the hardware provider should be more alert and provide some kind of support or info, this does not help me to recommend Lexmark at all. So it’s time for a new printer which is no show stopper, goodbye Lexmark.
2. Connectivity, legacy protocols no longer supported
This is a massive issue for me connecting to legacy servers and some legacy commercial network attached servers. Meaning updating of the protocols is not possible, Apple have supplied a solution to this.
Lion maintains a list of authentication methods that are not allowed. These are the older, less secure authentication methods. You may need to enable one or more of these methods to support legacy devices or protocols.
http://support.apple.com/kb/HT4700
Execute the following commands:sudo chmod o+w /Library/Preferences
sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_host_prefs_version -int 1Make an AFP connection to another system so that the AFP Client preference file will be filled in with the default set of values. Note: You must connect as a registered user, not as a guest.
Execute the following command to see a list of the disabled User AuthenticationMethods (UAMs)defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uamsBy default the disabled UAMs are “Cleartxt Passwrd”, “MS2.0″, “2-Way Randnum exchange”, and “DHCAST128″. Note: if you don’t see a list, restart your computer and repeat step 3.To enable one of these UAMs, remove it from the list of disabled UAMs. For example, this command enables DHCAST128 by removing it from the list of disabled authentication methods:
sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array “Cleartxt Passwrd” “MS2.0″ “2-Way Randnum exchange”
After the desired changes have been made, restore the permissions on the Preferences folder with this command:
sudo chmod o-w /Library/Preferences
Related articles
- Why can’t OSX “Lion” connect to NAS volumes even after i’ve enabled DHCAST128? (ask.metafilter.com)
- restore FTP file sharing on Mac OS X 10.7 “Lion” (koolinus.wordpress.com)
- Apple Updates Mac OS X Lion to Version 10.7.2, Adds iCloud Support [Updates] (lifehacker.com)
- Apple OS X Lion is available (vodafone.com.au)
- Apple releases Xcode 4.2 with iOS 5 and Lion SDKs (9to5mac.com)
- How Important Is iOS? (fool.com)
- OS X Lion 10.7.2 now available, brings iCloud to the Mac (geek.com)
- OS X Lion 10.7.2 με μια ντουζίνα (το λιγότερο) διορθώσεις-βελτιώσεις! [changelog] (macingreek.com)
- Tip of the Week: Reviving a Wounded Lion (gadgetwise.blogs.nytimes.com)
- NFS Mount (neowulf33.wordpress.com)
- iCloud Site Opens Up Ahead of iOS 5 Launch (mashable.com)
- OS X 10.7 Lion Development: MacPorts (echodittolabs.org)
- Regret Installing Mac OS X Lion Server? You Can Now Disable It (thetechscoop.net)
- How to Remove Appmenu (Global Menu) In Ubuntu Oneiric (maketecheasier.com)
- Why is my Mac slow? Top 10 DTrace Tune Up Tips for OS X (joyeur.com)
- OS X Lion (10.7.x) (pamalcolm.wordpress.com)
- Apple, OS X, LION, 10.7, Developer, preview, AFP, SMB, Samba, error, connection, failed, NAS, QNAP, Synology, workaround, lösung, verbindung, problem, fehlgeschlagen, keine, issue, problem, (chimac.net)
- OS X Lion not playing nicely with third-party NAS devices (geek.com)
- How would you change Apple’s OS X 10.7 (Lion)? (engadget.com)
- Lion Really Has Made Me More Productive: Here’s How (mac.appstorm.net)
- Useful Terminal Commands & Tips For Mac OS X (maketecheasier.com)
- Quicksilver for Mac Updates, Adds Performance Tweaks and Official Lion Support [Updates] (lifehacker.com)
- My Mini-Review on Mac OSX Lion – Version 10.7.2 – A Photographer’s POV (photofocus.com)
- Apple releases driver updates for Lexmark printers (macworld.com)
- Disable that Mac OS X Internet download warning (tuaw.com)