Tuesday, April 17. 2007php_krb5 beta / Negotiate auth with GSSAPI for PHPTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
I found a previous post stating that you are working on an AFS php extension;
I will need a similar extension and i wonder if you had some result. I have no experience in building php extensions but if you have someting almost-working I can try to add functionalities.
I have been searching for a plugin to do User Authentication with Kerberos for a while. Can you post some sample code if you have any. I am really out of practice with my C/C++.
I would like to pass a username@REALM and password to php via SSL to Authenticate users of a web app. Thanks
Doing this is as simple as initializing a credential cache and acquiring a TGT using a password. See my most recent post for a current version of the extension.
Verifying the users credentials against a KDC should be as simple as this:
as initPassword will throw an exception when it is unable to obtain a ticket using the given credentials. (This refers to the new version of the extension) |
QuicksearchArchivesKategorienProjects |