Re: [PHP] Prefered Method for User authetification on VHosts

2008-10-08 Thread Per Jessen
Jochem Maas wrote: > seems like a lot of pain to go through, what with all that shell'ing > out to grep data. I'd personally go for a simple DB table and > use/store sha1() hashes. My thoughts exactly. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visi

Re: [PHP] Prefered Method for User authetification on VHosts

2008-10-07 Thread Jochem Maas
Michelle Konzack schreef: > Hello, > > I have at my hosting provider only 1 GByte of Diskspace and can install > VHosts as much as I want. The problem is, that I have "no access" to > the OS for OS-Level autentification. > > Currently I have > > ${CUSTOMERPATH}/htdocs/index.php > > whi

Re: [PHP] Prefered Method for User authetification on VHosts

2008-10-06 Thread Per Jessen
Michelle Konzack wrote: > Currently I have > [snip] OK, so a plain file-password authentification. That's fine. > I like to know, whether this is good enough or is there a > better solution? Good enough depends entirely on your security requirements, i.e. how safe do you need the auth

[PHP] Prefered Method for User authetification on VHosts

2008-10-06 Thread Michelle Konzack
Hello, I have at my hosting provider only 1 GByte of Diskspace and can install VHosts as much as I want. The problem is, that I have "no access" to the OS for OS-Level autentification. Currently I have ${CUSTOMERPATH}/htdocs/index.php which handel all VHosts and get ist config from dir