Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache Autentication against linux logins

Status
Not open for further replies.
Nov 24, 2004
159
GB
HI

Is there a way of telling apache to authorise https requests using the /etc/passwd mechanism rather than the htaccess file.

I want to setup a https site to enable customers to download docs and software, with the ftp passwords they already have.
 
I am not aware of anything like that.

QatQat

If I could have sex each time I reboot my server, I would definitely prefer Windoz over Linux!
 
I believe Apache can provide authentication services against all sorts of stuff using PAM.
Probably still requires an .htaccess file to establish the authentication method, but it would leverage whatever credentials you profile.

check mod_pam or pam_auth...

There's an apache forum here on tek-tips that might give you a more crisp answer than mine here.

D.E.R. Management - IT Project Management Consulting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top