Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: sekt on July 20, 2007, 06:49:50 PM

Title: Password Check from a web app.
Post by: sekt on July 20, 2007, 06:49:50 PM
Do anyone know how to make a password check from a webapp to a user on the server.
I don't whant to read the password only to check if the user enter the right passsword, and is member af of the right group.
Title: Re: Password Check from a web app.
Post by: cactus on July 20, 2007, 07:02:15 PM
Quote from: "sekt"
Do anyone know how to make a password check from a webapp to a user on the server.
I don't whant to read the password only to check if the user enter the right passsword, and is member af of the right group.


You can do that, see the configuration files of the httpd and httpd-admin daemons or have a look at the smeserver-subversion source RPM (http://mirror.contribs.org/smeserver/releases/7/smedev/SRPMS/smeserver-subversion-1.2-5.el4.sme.src.rpm) as it is also in there. Unfortunately I can not give you a more out-of-the-book example now.