ons 2006-03-29 klockan 07:23 -0500 skrev Scott Ehrlich:
> Let's say my phone number was the username (would kind of make sense),
> then what authentication mechanism for squid would be recommended - NCSA,
> LDAP, something else? Granted, I could try all, but I thought I'd ask
> first.
They only differ in how/where you store the account details. To Squid
they are all the same thing: a method to verify if the user supplied
login+password is valid.
NCSA uses a local text file with crypt hashed passwords, same the good
old NCSA web server (and its more well known successor Apache).
LDAP uses a LDAP directory server, which is very useful is you use a
LDAP directory server for your user accounts..
and each other basic auth helper connects to some other password
source..
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Sat Apr 01 2006 - 12:00:04 MST