Questions tagged [windows-authentication]

Windows authentication (or Integrated Windows Authentication) is a process where connections to applications or external systems are automatically authenticated with the currently logged on Windows user. This functionality was first made available in Windows 2000.

Windows authentication (or Integrated Windows Authentication) is a process where connections to applications or external systems are automatically authenticated with the currently logged on Windows user. This functionality was first made available in Windows 2000.

IWA is not actually a standard or authentication protocol, but is a process that relies on the underlying authentication protocols used by Windows and an application that is aware of them to transparently pass authentication information along to the requesting server or service.

There is a brief summary of IWA/WA on Wikipedia, here.

289 questions
2
votes
1 answer

Owner on CentOS changes to a numeric value after a set time

I have a CentOS web server that uses Windows Authentication from a 2012 r2 server on the network. Here is my issue: When I log on, all directories ls -l shows: ls -l drwxr-xr-x. 3 jbailey@domainname.com apache 17 Sep 25 14:46 jbworkarea After a…
James Bailey
  • 161
  • 1
  • 6
2
votes
0 answers

Free-ipa - Active Directory seems to be setup, but authentication is not working

Looking for some troubleshooting help here. I am trying to be able to authenticate AD users on a Centos7 cluster. For testing this, I am setting up a Windows Server 2012 R2 and the cluster in Azure. I have carefully followed the instructions here…
2
votes
1 answer

Why does SMB over Mac OS X Server 5.2 (Sierra) work with local accounts but not network directory accounts?

I have an OS X Server 5.2 over which I run File Sharing over AFP and SMB. AFP works fine but the same accounts that work with AFP from Mac do not work with SMB over Windows. I have changed the Authentication levels to different versions of NTLM…
Feri
  • 91
  • 2
  • 9
2
votes
1 answer

Configuring IIS for cross-forest kerberos authentication

In my environment I have two separate forests FA.COM and FB.COM and two child domains DA.FA.COM and DB.FB.com. There is no forest trust but two-way external trust between DA.FA.COM and DB.FB.com. I have an IIS server (IIS8.5 on Windows 2012r2) in…
2
votes
1 answer

IIS + Integration Windows Authencation: is read/execute permissions for Authenticated_Users safe?

I have an enterprise web application that will integrate with a single sign on (SSO) service via Integrated Windows Authentication (IWA). The SSO service is providing authentication only (not authorization). This web application will handle…
2
votes
2 answers

Lock down a site using Forms Auth in IIS7 with Windows Auth

I have an ASP.NET MVC 1.0 application that uses Forms Authentication. We are using Windows Server 2008. I need to lock down the site so that only certain users (in AD Groups) can access the site. Unfortunately, though, when I set the site to not…
2
votes
1 answer

IIS Windows Integrated Auth, not passing domain\user

I have two servers. both running IIS7.5. they both run the same version of a web based application which occupies several app pools (it runs as lots of little services and the like). i have an excel plugin which connects to that application and can…
user2983931
  • 121
  • 1
  • 4
2
votes
1 answer

Assign to ASP.NET identity to AD group for accessing remote SQL Server

I have an ASP.NET 4.0 (IIS 7.5) application running on a server(Window Server 2008 R2 Standard), named WEBSERV, and a SQL Server (2008) database on another server, named DATASERV. The SQL Server has a login setup as user for my database with read…
2
votes
1 answer

IIS Windows authentcation Unathorized due to directory permissions

I have an ASP.NET MVC 5 application running on IIS 8.0. Application pool is running under domain user, f.i. IISPoolUser. Anonymous authentication uses this identity as well. I gave full control permissions on root pool folder (C:\inetpub\wwwroot)…
2
votes
1 answer

401.2 Error Windows Authentication

I have an intranet site deployed to IIS in Windows Server 2008r2. I would like to use AD authentication. Currently, the site is only running on my development VM which is NOT joined to the a domain. Within InetMgr I have set "Anonymous…
tr0users
  • 403
  • 3
  • 9
  • 16
2
votes
0 answers

Will a service use windows credential manager when running as that user?

I've installed some generic credentials into the windows credential manager. I've also installed a service that runs as this user account. Will the service have access to use these credentials? I need the service to have access to our private…
Ben L
  • 189
  • 1
  • 4
2
votes
0 answers

IIS 8.5 Credentials working for windows authentication but not for basic

I have an IIS 8.5 on a windows server 2012 machine. When I enable the windows authentication (basic authentication is disabled), I can access and see the home page of IIS (http://localhost) with the credentials of a LDAP user in the same domain.…
2
votes
1 answer

How to use rewrite rules in iis and windows authenication

Hi I've got a server with iis, and I've made some rewrite rules for the project I'm working on. They work fine, I've tested them on a development machine and they are all fine. However on this machine we have windows authentication. This works fine…
2
votes
1 answer

401.1 errors with Windows Authentication IIS 8.5 Win 2012 R2, lots of detail no answers

Completely stumped at this one. We've got an internal web server accessed by users for a variety of sites. One of those requires Windows Authentication the site is http://caf. ("caf" is an A record in DNS in our domain) The server itself is set…
2
votes
2 answers

Postgres SSPI authentication on Windows

I'm trying to enable windows authentication for Postgresql 9.3 (Windows x64 not in domain, UAC is disabled, my account is local admin). The one click installer set the server running under NETWORKSERVICE which I think is fine. I followed this answer…