I am trying to create a program which will receive user credentials from a remote machine (where the user will be working), and forward these credentials to the login window of OS X. I know it can be done using AppleScript, but this is not always working as expected. In particular it is not working when the Mac is booted and no user has logged in yet. Is there another way to do this ?

Cheers
Alan J. Caruana

link|improve this question

20% accept rate
feedback

2 Answers

up vote 1 down vote accepted

You'll need to write an authorization plugin. You can think of your task as something like using a smartcard reader to log in.

link|improve this answer
Thanks. I wrote a plugin which (for testing purposes) always tries to give a hard-coded set of credentials. The plugin is being loaded, but nothing seems to be working. Do you have any idea how I should pass the credentials ? – ajcaruana Nov 23 '09 at 16:08
feedback

Can you use the existing Apple Remote Desktop solution? This allows users to login directly to OS X from any machine that has a VNC client. And if you don't need a GUI connection, there's always ssh.

link|improve this answer
No. I am creating a different solution that uses a different protocol to VNC, meaning I cannot either use Screen Sharing, or any readily-available products. I am creating a product. – ajcaruana Nov 18 '09 at 9:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.