On Fri, June 9, 2006 12:50 pm, Jesse Kline wrote: > > > I'm working with a web application which is able to automatically > authenticate users through active directory when they are using Internet > Explorer. I recently > setup another web app. running on Linux which has ldap functionality and > is able to search for users to add to the system, but I would like it to > authenticate the users like the other systems do. Does anyone know how > Internet Explorer is > able to authenticate the user using their Windows domain login, and how I > might be able to use it? > > Thanks, > > > Jesse
IE & IIS implement NTLM authentication to automatically authenticate clients using Windows domain credentials. There are modules for Apache that do the same thing - mod_ntlm is one that I found with a search on Google (http://modntlm.sourceforge.net/). There also appears to be one at http://dp.samba.org/ftp/unpacked/lorikeet/mod_ntlm_winbind/. Both modules assume a Samba/Windows server to authenticate users against as far as I can tell. I haven't seen any modules that allow you to use NTLM authentication with anything other then a SMB backend. Jamie _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

