Re: Privilege config. problem
From: Alexander Müller (pc_alex_at_usa.net)
Date: 10/20/03
- Next message: Asif: "CDO Mail Attachment"
- Previous message: David Cross [MS]: "Re: CSP test signing with CSPDK"
- In reply to: Rhett Gong: "Re: Privilege config. problem"
- Next in thread: Rhett Gong: "Re: Privilege config. problem"
- Reply: Rhett Gong: "Re: Privilege config. problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 20 Oct 2003 15:03:52 +0200
Hi Rhett,
> I suggest you using LsaEnumerateAccountsWithUserRight to see whether the
> "SeTcbName" privilege was granted. If success, it means the privilege has
> been granted. If not, there may be some problem in configuring your
> privilege.
The true name is "SeTcbPrivilege", the "SeTcbName" is unknown ...
When calling LsaEnumerateAccountsWithUserRight(..., L"SeTcbPrivilege", ...),
I am given "Domain-Administrators" and "Administrator". I am member of
"Domain-Administrators", but still the privilege is not listed when calling
"LsaEnumerateAccountRights()" with my account's SID.
When calling "LsaOpenPolicy()" and "GetAccountSid()", I use the name of my
machine, the Win2000 PDC, as the first parameter. My account is a domain's
account. When I use "NULL" instead, theres no difference, still only
"SeBatchLogonRight".
Perhaps I have to call "LsaEnumerateAccountRights()" recursively with all
the groups SIDs I'm a member of ???
Alex
- Next message: Asif: "CDO Mail Attachment"
- Previous message: David Cross [MS]: "Re: CSP test signing with CSPDK"
- In reply to: Rhett Gong: "Re: Privilege config. problem"
- Next in thread: Rhett Gong: "Re: Privilege config. problem"
- Reply: Rhett Gong: "Re: Privilege config. problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|