How to grant SeServiceLogonRight privilege to an account?

delphi package - easy access to security apis
Post Reply
Shawn Oster
Posts: 1
Joined: Tue Mar 06, 2007 11:01 pm

How to grant SeServiceLogonRight privilege to an account?

Post by Shawn Oster »

I'm trying to use madSecurity to grant the SeServiceLogonRight to an account but I'm having issues. I'm not exactly sure where to get started, though I know in the non-madSecurity I could use SetPrivilegeOnAccount() but then again I don't see that defined anywhere in Delphi.

Any pointers, help, samples, etc?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

I'm sorry, but madSecurity does not currently offer changing privileges. About Delphi definitions: You could try the Delphi Jedi project. They have converted quite a number of C++ headers to Delphi.
Post Reply