Questions tagged [integrated-security]

Use this tag for questions related to units, or entities, that use joint-services, to achieve its purpose.

Integrated security systems, units, or entities are assembled by joint services.

81 questions
0
votes
2 answers

How to configure IIS-5 (on windows xp) to behave similar to AppPool in win servers & windows 7. (Integrated Security=true)

I use windows xp and IIS 5 for web development. For database connection the credentials are set up as Integrated Security. It works fine our our DEV server (IIS 6) where they have configured the App Pool to run under the context of a domain account…
0
votes
1 answer

ASP.NET app access to UNC shared DB file works as IIS virtual directory but not as an IIS website

This one is killing me. I have an ASP.net (2.0 Framework) app that uses integrated security. IIS is setup appropriately and works fine as a virtual directory off the default website. My OLEDB connection (Jet 4.0) works fine and connects to a…
JKMajcen
  • 962
  • 1
  • 8
  • 7
0
votes
3 answers

java impersonation to connect to sql server using windows authentication

right now I have the following architecture built with classic asp and visual basic 6 I have a COM+ component developed in VB6 which connects to the dabatase. I set the DB conf thru an .udl file configured with integrated security. At the web server…
opensas
  • 60,462
  • 79
  • 252
  • 386
0
votes
1 answer

C# SQL Server Integrated Security error when running executeable from network directory, works fine when running from a local copy of the exe

I am querying a SQL Server database with the following C# code: SqlConnectionStringBuilder sqlCSB = new SqlConnectionStringBuilder(); sqlCSB["Data Source"] = @"SERVER\MSSQL"; sqlCSB.Remove("User ID"); sqlCSB.Remove("Password"); sqlCSB["integrated…
0
votes
1 answer

Windows Integrated Authentication Conflict With MS-SQL 2000 DB Connection With Integrated Security

We are developing an intranet web application on .NET 2.0 platform. The application is using Integrated Windows Authentication for Single Sign On. The users are authorized to use diffent modules according to the Active Directory Groups they are in.…
0
votes
1 answer

Ubuntu under AD Domain Controller: UnsatisfiedLinkError: no mssql-jdbc_auth-8.4.1.x64 in java.library.path

I've added Ubuntu 20.04 under AD Domain controller and have installed MsSQL Server on Ubuntu machine. My sqlcmd localhost works perfectly with windows authentication $ sqlcmd -S localhost 1> select @@version 2> GO …
0
votes
0 answers

How do you package a Java SQL Server application that uses integrated security with Eclipse?

I'm new to Java. I'd like to build a CRUD application with SQL Server as the database. It will be implemented on an Active Directory domain and I'd like to use integrated security. How can I package the application so that the driver including the…
0
votes
1 answer

DB2 JDBC Windows Authentication

Looking for example using JDBC on DB2 database using Windows authentication, preferably with db2jcc4.jar driver. Seems like a common enough scenario, but I'm having a hard time finding an example.
0
votes
1 answer

Integrated Authentication Error with Infogix Data360 Analyze

Encountered an issue using integrated authentication in a JDBC Query node in Data360 Analyze v3.6.5. Below is how we solved the problem.
Josh
  • 157
  • 1
  • 7
0
votes
1 answer

Configure IIS to impersonate a user for SQL Integrated Authentication

I have a question about how to configure my web site and IIS using Active Directory. I have a web app which will be running exclusively on our company's internal network. The SQL Database that the app needs to connect to (via active directory) can…
Ben Finkel
  • 4,753
  • 7
  • 34
  • 49
0
votes
0 answers

Is it possible to make a connection from Android to Sql server using JDBC with integrated security?

I am new to Android. I have a problem, when I want to connect Android to SQL Server. On this line: con = DriverManager.getConnection(ConnURL); I get an error: java.lang.NoClassDefFoundError: Failed resolution of: …
jan fuks
  • 11
  • 1
0
votes
1 answer

Default Schema not being applied even after setting default schema and default DB

I have an interesting problem! Let me set the stage for you: 1) Windows Authentication 2) Default Schema identityiq has been set for the user with login XCORP\USERA 3) Default Database identityiq has been set for the user with login XCORP\USERA 4)…
0
votes
1 answer

DotNetNuke SQL 15350

Installing DotNetNuke 05.06.02 triggers a SQL error 15350 when using file(mdb) and Integrated Security. What can I do about it?
0
votes
2 answers

ASP.NET Oracle ODP.NET Integrated Security Slowness

The following results in successful sub-second page loads. The following subtle change to use the app pool's custom identity results in successful…
0
votes
0 answers

Connect to Oracle using OLEDB with windows authentication

I have an Active Directory account "Contoso\SomeWinAccount" which I need to use for connecting to Oracle database. When I run a command prompt as a user Contoso\SomeWinAccount, I can successfully connect to Oracle like this: sqlplus.exe…
Petr
  • 182
  • 1
  • 4
  • 18