> -----Original Message----- > From: centos-bounces at centos.org > [mailto:centos-bounces at centos.org] On Behalf Of Sven > Sent: Friday, February 13, 2009 6:11 AM > To: CentOS mailing list > Subject: [CentOS] Practical experience with NTLM/Windows > IntegratedAuthentication [Apache] > > Hi folks > > I wish to migrate Windows IIS webserver to CentOS. Killer-Feature is > SSO with Windows Integrated Authentication[0]. > > Anyone have experience with such a setup and can say a few sentences > how to do that and if its stable? > ---- Now that sounds like a .aspx and .Net Web App which will not run under CentOS (Apache) (1). But also it depends though on what your wanting to actually do on Apache. WIA can still work for example running an app under centos using apache to access MSSQL server. It just totally depends on what cat your trying to skin. BTW .Net Version 1 which is Mono on CentOS Apache has somewhat doable functionality. With Apache on Winblows it can parse .aspx (.Net) requests. That is a lot of code testing to get it to a usable state and is NOT worth the effort involved in doing so. You can move all your web apps for example and still have Single Sign On accessing Active Directory on the winblows PDC. All in all your best to stay where your at on IIS and start from the ground up on CentOS and Apache. Some Fast CGI IIS Apps will work under Apache keep that in mind. (1) Requires lots worthless work! In other words do not waist your time. JohnStanley