Kai Wollweber wrote: > [...] > I never used this before, but you can configure squid (squid.conf) that > users need to authenticate before using squid. Authentification can be > managed by identd or by manual login.
Yes, look into using ident to get the username. This would query a small process that runs on the LTSP server to tell the squid proxy which user has that connection open. This is invisible to the end-user, they don't have to login to the proxy or anything like that. You could also write your own ident daemon to return whatever you want, such as the name or IP address of the thin client the user is sitting at. -Steve ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
