You may want to look at htpasswd. SSL is just used to encrypt the http session.
Hello,
How can we make repositories in apache to store and authenticate credentials?.Is SSL with Apache used for this purpose?
You may want to look at htpasswd. SSL is just used to encrypt the http session.
Hello,
Authentication can be handled in a number of ways. .htpassword files for one if you have limited number of users. Other forms of authentication can be LDAP using mod_auth_ldap or even a SQL database being one of the OSS ones or MSSql. More specifics would allow us to better suggest a solution for you.
Regards,
-S9-
I'm not a huge fan of http authentication for numerous reasons. I think it's better done at application level (not webserver). One of my least favorite things is that apache stores the username and password in a session variable (even using mod_auth_ldap). Also, logging out is kinda opaque (you have to close your browser to ensure the session terminates)
63,000 bugs in the code, 63,000 bugs,
ya get 1 whacked with a service pack,
now there's 63,005 bugs in the code!!
http://httpd.apache.org/docs/1.3/howto/auth.html
Would be a good place to start... I'm really bad at answering general questions like "tell me more about this" but if you're confused on a specific point, I'd be more than happy to try and help.
63,000 bugs in the code, 63,000 bugs,
ya get 1 whacked with a service pack,
now there's 63,005 bugs in the code!!
Bookmarks