--- In [email protected], "Jaison Jose" <[EMAIL PROTECTED]> wrote: > > Is it possible windows Active Directory authentication in squid? > > Regards > Jaison >
--- In [email protected], "Jaison Jose" <[EMAIL PROTECTED]> wrote: > > Is it possible windows Active Directory authentication in squid? > > Regards > Jaison > Hi Jaison, I think it is. I assume Squid allows the use of PAM (pluggable authentication modules). So set squid to use PAM and then configure PAM to use the Kerberos module. After setting up some stuff like where is your domain controller and what is your realm etc in the Kerberos PAM config file, you should be able to authenticate anything in linux using PAM (even login) and your Active Directory. I got this working once for OpenVPN. Users were presented a username/password dialog while connecting with the VPN. The vpn server then verified this info through the PAM kerberos module with the domain controller. PAM: http://en.wikipedia.org/wiki/Pluggable_Authentication_Modules More about PAM modules: http://www.kernel.org/pub/linux/libs/pam/modules.html Greetings, Michael -- Trust your Technolust Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/dubailug/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
