Restore OneDrive Happiness

I managed to make my OneDrive (aka lifeline) on Mac OS unhappy today. It would crash immediately upon opening. I Bing'd around a bit, and came up with this fix: Open Finder Press: Shift-Command-G Enter this path: ~/Library/Containers/com.microsoft.onedrive-mac/Data/Library/Application Support/onedrive/settings Delete the file that ends in .dat Reopen OneDrive and everything should be copacetic. PS: This will cause OneDrive to rescan all of … Continue Reading ››

Encrypted, and it feels so good

Finally implemented SSL for CalypsoAdmin. Authentication was being handled by GSSAPI, so no passwords were being sent in the clear, but it's nice have all of the LDAP data no longer in the clear. The initial plan was to use TLS. TLS works fine under LdapContext, but that broke GSSAPI, which works fine under DirContext. For the time … Continue Reading ››