Hello everyone, I have a little problem with creating an authenication plugin for OS X (I need to modify the lock/login screen like "Knock to unlock" does) - I tried using the NameAndPassword ADC example (https://developer.apple.com/library...doc/uid/DTS10004022-Intro-DontLinkElementID_2), I managed to build it on Mavericks by changing the hardcoded sdk path to the default base sdk in project settings, but even after I put the resulting .bundle file inside "/System/Library/CoreServices/SecurityAgentPlugins/" or "/Library/Security/SecurityAgentPlugins" (tried both) nothing changes.
I know I need to modify the /etc/authorizations file, but it's no longer present in Mavericks (now there's that auth.db sqlite3 file) and I don't know how to register my plugin there, therefore I'm kind of stuck. I really tried looking everywhere, but even on StackOverflow I didn't find any help (http://stackoverflow.com/questions/21582995/custom-login-lock-screen-in-os-x-mavericks).
Do you know the right way to modify lock screen in 10.9?
Best,
Michał
I know I need to modify the /etc/authorizations file, but it's no longer present in Mavericks (now there's that auth.db sqlite3 file) and I don't know how to register my plugin there, therefore I'm kind of stuck. I really tried looking everywhere, but even on StackOverflow I didn't find any help (http://stackoverflow.com/questions/21582995/custom-login-lock-screen-in-os-x-mavericks).
Do you know the right way to modify lock screen in 10.9?
Best,
Michał