Wednesday, May 11. 2005What I'm currently working on...Trackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
I am also interested in a mod_auth_tkt version for Apache 2.
I didn't already try it but mod_auth_tkt seems to be THE solution I am looking for performant, secure and cheap authentication. With this solution, the authentication phase (password control) is independent of the access phase (ticket control). So you can use a normal php page to check the password, you can use your own password encryption for transmission on the net (better than basic authentication!!!) and you can put the passwords and users in a mySql database (better than .htpasswd files). No need for expensive SSL and certificate. You must just create the ticket cookie in your "password check" page. Thanks, R.de Crombrugghe, webmaster
One big problem with mod_auth_tkt is that it doesn't allow the use of "servername" in the config file.
So, it cannot be used for hosting !! I anybody can solve that, it will be a big help.
It would be interesting to register the module in :
http://modules.apache.org/register
I haven't tested it yet (and I really haven't had time to). There's also a minor issue of the original mod_auth_tkt requiring test_char.h, which doesn't seem to be installed as part of a normal Apache 2.0 installation. (I even have doubts that it gets built normally.)
My FreeBSD dev box is back up, so hopefully that testing & debugging happens soon.
I was about to begin testing & debugging when I decided to visit the official mod_auth_tkt page to check for updates. Apparently, the new version 2.0.0b3 supports Apache 2.
Needless to say, I'm quite glad and now I can just skip directly to playing with mod_auth_tkt rather than trying to port it to Apache 2.
After test, it appears that mod_auth_tkt (version 1.3...) also works with virtual hosting (servername in the httpd.conf file).
I am busy to modify it and move the secret key to the .htaccess files. It will be better for site hosting providers. |
Calendar
QuicksearchCategoriesBlog Administration |
|||||||||||||||||||||||||||||||||||||||||||||||||