If there's one thing made abundantly clear by the frequent and continuing releases of web site passwords, it's that passwords just aren't going to work anymore. Even the best password tweaks (complexity, multi-factor, etc) can be hacked and leaked. It's time to make passwords a thing of the past and switch to authentication systems like SAML coupled with hardened and … [Read more...] about It’s Time To Move Beyond Passwords (Especially On Web Sites)
NIS
Using NFS to Share Data Between UNIX and Mac OS X
I had a little bit of a learning experience this week regarding NFS exports and Mac OS X that I thought would be interesting to share with my readers. It's part "simple tip" and part "facepalm." Read on! TL;DR: NFS works (insecurely) if you use all_squash and set anonuid and anongid to match your UNIX user ID The Setup: What I Wanted to Do I have an old Iomega ix4-200d … [Read more...] about Using NFS to Share Data Between UNIX and Mac OS X