WTSSetUserConfig to AD from non-member workstation

From: Gawain (gawain.lynch_at_gmail.com)
Date: 05/27/05


Date: 26 May 2005 17:03:26 -0700

Hi,

I am coding an admin type app (VC6) that I want to run from a
workstation/server that is not a domain member. The code needs to call
WTSSetUserConfig() against the AD PDC.

The problem I am having is choosing a secure way of doing this, I have
looked at LogonUser() but I could really do without having to grant
SE_TCB_NAME privs to users of the application.

Could someone be so kind as to point me in the right direction as to
how to achive this?