Questions tagged [trusted]

67 questions
3
votes
1 answer

FireDAC TFDConnection.GetTableNames doesn't work on Firebird with trusted authentication

I'm connecting my Firebird database with FireDAC (migrating from FIBPlus and using XE8 update 1). I'm using trusted authentication (OSAutenth=True). I need to read the list of tables within the database. I'm using the TFDConnection.GetTableNames and…
user2306408
3
votes
3 answers

Blackberry permissions -- what does "trusted application status" refer to?

For some device users, on startup they are presented with the following permissions dialog "Would you like to grant AppX trusted application status?" The user says yes and the app runs fine. But what does "trusted application status" mean? This…
AtariPete
  • 1,368
  • 6
  • 19
  • 29
2
votes
2 answers

RobotFramework - Connecting to SQL SERVER integrated windows logon

I was trying to connect to the SQL Server 2012 database using the robot framework for a long time unsuccessfully, finally came up with this *** Settings *** Test Setup Connect To Database Using Custom Params pymssql …
2
votes
3 answers

Windows 8 smart screen does not allow signed clickonce application

I have a clickonce application that user installs for offline/online use. I am trying to make it trusted so users do not see the smart screen dialog. Here's what I have done so far Got a code signing certificate from godaddy Installed it on the…
user559788
  • 303
  • 2
  • 13
2
votes
1 answer

Running Mario's TPM emulator with TSS Test suit

I am trying to run Mario's TPM-emulator(https://github.com/PeterHuewe/tpm-emulator) with TrouSerS (TSS Test API) & TSS API Test Suite. As of now I have ran the whole setup including trouser stack and test suite with IBM's emulator. So far I have…
niteshnarayanlal
  • 533
  • 2
  • 4
  • 16
2
votes
0 answers

Should I use IIS as a trusted proxy to provide ActiveDirectory SSO for a legacy app?

I'm trying to add Active Directory single-sign-on support to an existing SOAP server. Since it is written in C++ using third party transport components, adding AD SSO doesn't appear to be easy. Therefore I am thinking to require IIS as a trusted…
brofield
  • 2,226
  • 1
  • 22
  • 25
2
votes
1 answer

Kerberos Delegation Failed for Users from a trusted domain

I have successfully setup the Kerberos Delegation between a ASP.Net web site and a SQL Server. All the users in the same domain of the IIS application pool account and SQL Server service account can be delegated from the web site to SQL server. Now…
Richard
  • 21
  • 1
  • 2
1
vote
1 answer

Problem resolving Nuget Packages in Devops Build Agent due to Certificate issues

We are hosting DevOps Server on Premise with one Build Agent. The Build agent behave strange if i start running NuGet restore against .NET 5.0 Project. In special against a Test Project Template from VS2019 (MS-Test Testproject). As soon as i run…
1
vote
1 answer

Can I use an SSL certificate from a trusted CA on mitmproxy?

Using mitmproxy with its own certificate and private key is fairly straightforward. It is also easy to make mitmproxy work with a self-signed certificate. But my question is about making it work with a certificate bought from a trusted CA. Imagine I…
1
vote
0 answers

Recon events are not generated for trusted reconciliation

After running scheduler recon events are not generated but the status of scheduler shows "success" Log shows the below error : ORACLE.IAM.CONNECTORS.ICFCOMMON.RECON.SEARCHRECONTASK oracle.iam.connectors.icfcommon.recon.SearchReconTask : handle :…
Sairu
  • 31
  • 2
1
vote
0 answers

Run cmdlets on trusted domains

As the title above. I'm curious that is it possible to run whether cmdlets or command lines on the trusted domains? As far as I know that we can retrieve resources between those trusted domains, in term of running cmdlets on it is still my…
Ender
  • 835
  • 1
  • 12
  • 23
1
vote
1 answer

ClassNotFoundException Thrown in Java Web Start Trusted-Library Application

I've been working on an applet-replacement application that has to run under Java 1.8, so I've signed all the JARs using a trusted certificate and added the attribute Trusted-Library: true to all their MANIFEST.MF files. My JNLP looks like…
Sheldon R.
  • 452
  • 2
  • 7
  • 26
1
vote
0 answers

Tableau : Trusted authentication for vpn clients using asp.net

I am new to tableau. I have this complicated problem in our system, where I am trying to use trusted authentication to by-pass tableau login. We have installed Tableau server (ex: 1.2.3.4) and have added the webserver (ex:1.3.3.4) to its trusted…
Vidhya Hari
  • 81
  • 1
  • 1
  • 3
1
vote
1 answer

Mongo Gandi SSL certificate not trusted

I have a problem on MongoDB for using the SSL mode. When I trying to connect on my database, I have this error. mongo --ssl --sslCAFile /etc/ssl/certs/GandiStandardSSLCA2.pem --host plip.plop.com MongoDB shell version: 3.0.6 connecting to:…
David
  • 1,177
  • 3
  • 11
  • 26
1
vote
1 answer

Cross compiling tpm-toool

I am trying to cross compile tpm-tools for powerpc. The command which I have used for configuration is: ./configure --target=powerpc-linux --enable-debug --enable-cross-compile --enable-static --disable-shared --host=powerpc-linux I have set the CC…
niteshnarayanlal
  • 533
  • 2
  • 4
  • 16