No announcements
Found 3154472 threads
-
2 Votes
Problems with impersonating another user
What are the other options for integration without the need of user password?Answered | 9 Replies | 1797 Views | Created by hendrik.m - Friday, October 31, 2014 12:44 PM | Last reply by serguk - Monday, December 7, 2015 7:08 PM -
0 Votes
windows service impersonating logged on interactive user
I guess the last bit would be to call ImpersonateLoggedOnUser() somehow but I cannot figure out how I could create a token without knowing the user's username and password.Answered | 2 Replies | 3610 Views | Created by Jozsef Bekes - Monday, July 12, 2010 9:24 AM | Last reply by Jozsef Bekes - Monday, July 12, 2010 11:36 AM -
0 Votes
User Impersonation
Please take a look at the following link: TIP: How to Run Programs as a Domain User from a Non-domain ...Answered | 5 Replies | 2709 Views | Created by nooshins - Wednesday, October 12, 2011 2:35 PM | Last reply by Dummy yoyo - Thursday, October 20, 2011 2:07 AM -
0 Votes
how to impersonate a local user in C#
For localuser accounts the domain = ".Answered | 10 Replies | 31354 Views | Created by Yossef Elnaggar - Tuesday, June 27, 2006 12:32 PM | Last reply by cams_aries - Tuesday, May 4, 2010 11:14 PM -
0 Votes
Query Users Impersonations
I want to know that for login domain\regulularuser it has ability to impersonate domain\elevatedhigh and domain\elevatedhigher.Answered | 5 Replies | 3176 Views | Created by Noral Kuhlmann - Friday, July 20, 2012 12:05 AM | Last reply by Noral Kuhlmann - Monday, July 23, 2012 4:34 AM -
0 Votes
impersonation for Citrix Anon users
int LogonDefaultProvider = 0; #endregion private WindowsImpersonationContext m_impersonationContext = null; public Impersonator(string userName, string ...Answered | 1 Replies | 2231 Views | Created by jamesbehrens - Monday, October 1, 2012 5:38 PM | Last reply by Miguel Fernández Corral - Monday, October 1, 2012 5:44 PM -
0 Votes
How to Use Impersonation with NetMsmqBinding?
But since I want my service to impersonate the user who ran the client program to submit an entry into the MSMQ queue, I think I need Active Directory.Answered | 3 Replies | 1269 Views | Created by siegfried_ - Sunday, October 11, 2015 3:28 AM | Last reply by Grady_Dong - Monday, October 19, 2015 8:06 AM -
0 Votes
Windows form login and user impersonation
There are two ways how to obtain impersonation token.Answered | 7 Replies | 7026 Views | Created by marina B. _ - Tuesday, June 3, 2008 12:17 PM | Last reply by marina B. _ - Friday, June 20, 2008 12:03 PM -
0 Votes
User Impersonation
This does not work, because you are impersonating a database user, but you need the server-level permission VIEW SERVER STATE to read the DMVs.Answered | 1 Replies | 5843 Views | Created by Karlier - Tuesday, August 31, 2010 11:03 PM | Last reply by Erland Sommarskog - Wednesday, September 1, 2010 10:48 AM -
1 Votes
Use of Impersonation in SSAS?
Essentially you need to get the AS service to impersonate another user in order to retrieve data from an external source on a user's behalf.Answered | 7 Replies | 6995 Views | Created by Santosh Kumar Joshi - Thursday, September 9, 2010 9:02 AM | Last reply by Philip Stephenson - Friday, September 10, 2010 2:20 PM -
0 Votes
How to impersonate another domain user interactively?
You may need to call Undo before impersonating if the thread that you're on already has an impersonation context.Answered | 1 Replies | 2989 Views | Created by PCSQL66 - Thursday, February 7, 2008 8:06 PM | Last reply by Doug Rothaus - Friday, February 8, 2008 1:02 AM -
0 Votes
writing to registry by impersonating as admin user
Apparently, anything i do after i have impersonated doesn't work. i tried to create a directory in a directory that even a normal user can create but i got this ...Answered | 4 Replies | 8245 Views | Created by babarismail - Thursday, January 27, 2011 7:54 PM | Last reply by Jie Bao - Tuesday, February 1, 2011 7:32 AM -
0 Votes
user interaction in windows service
Pardon me i got another question in mind.Answered | 6 Replies | 4412 Views | Created by Tintin_chan - Friday, June 3, 2005 9:33 AM | Last reply by Somnath Paul - Thursday, June 12, 2008 10:51 AM -
2 Votes
Tasks and Impersonation
I created a TaskScheduler with a single thread executing under a different user context.Answered | 13 Replies | 17017 Views | Created by kwaclaw - Wednesday, July 21, 2010 7:49 PM | Last reply by rcardare - Wednesday, May 30, 2012 2:08 PM -
2 Votes
Statusing Web Service with Impersonation
Take a look at How to: Use Impersonation with WCF and Walkthrough: Developing PSI Applications Using WCF.Answered | 5 Replies | 16116 Views | Created by John Doe Cal - Tuesday, January 12, 2010 2:55 PM | Last reply by Stephen Sanderlin [MVP] - Saturday, January 23, 2010 12:33 AM -
0 Votes
Impersonation : How use two impersonations "at the same time"
One of the feature is read a file on a server with a specific Windows identity and write on another one with another identity.Answered | 2 Replies | 1414 Views | Created by Sebastien Curutchet - Wednesday, January 23, 2013 3:37 PM | Last reply by Sebastien Curutchet - Thursday, January 24, 2013 8:38 AM -
0 Votes
Impersonate a user in UCWA
You need to have the user's credentials to sign in and get an oauth token.Answered | 1 Replies | 2066 Views | Created by luisjoao - Tuesday, June 18, 2013 6:18 PM | Last reply by Kai Strandskov [Msft] - Friday, June 21, 2013 8:44 PM -
0 Votes
How to run a non-interactive process as another user in a Windows Service using C#?
Hi, I need to run a process in a non-interactive way as another user in a Windows Service using C#.Answered | 1 Replies | 4380 Views | Created by Marco GR - Wednesday, June 1, 2016 12:36 AM | Last reply by cheong00 - Wednesday, June 1, 2016 2:30 AM -
2 Votes
Impersonating to a user while in system session(ImpersonateLoggedOnUser) is not working properly.
Remember that impersonation does not cause your code to run in the user's session.Answered | 7 Replies | 4127 Views | Created by Abhishek N - Wednesday, May 17, 2017 7:37 AM | Last reply by Baron Bi - Monday, June 5, 2017 7:53 AM -
0 Votes
Connecting through WINauth to SQL Svr in another DOMAIN
Hello Create credential for the user in the another domain.Answered | 4 Replies | 5151 Views | Created by yup. _ - Tuesday, January 19, 2010 5:17 AM | Last reply by Lekss - Tuesday, January 19, 2010 7:20 AM - Items 1 to 20 of 3154472 Next ›
No announcements