Using Ginastub orginal Gina Dialog not accepting Smartcard PIN
Fri, 18 Apr 2008 06:56:36 -0700 (PDT)
Hi Group,
I've got a very strange problem with my ginastub. I'm using the gina
only to report the login status (card inserted,pin entered / correct /
incorrect, login complete) to a windows service. I've gotten quite far
with my task. The first real problem was that the ginastub did'nt
detect the card inserti ...
|
Logon session for DOMAIN\COMPUTER$
Thu, 17 Apr 2008 07:04:00 -0700
Hello,
I have been using the logonsessions utility (Sysinternal's one) on a domain
controller (Windows 2003).
I see several logon sessions where the account name is: <DOMAIN>\<COMPUTER>$
and the SID is S-1-5-18.
(Alternatively I use LsaEnumerateLogonSessions and LsaGetLogonSessionData
with same results) ...
|
smart card and crypt API CryptSignHash throws "an internal error
occured"
Thu, 17 Apr 2008 06:58:55 -0700 (PDT)
Hi Everyone,
I am writing a simple smart card PIN validation client.
I am reached upto PIN UI. CreateSignHash function displays the PIN and
after entering valid PIN for smart card it throws "an internal error
occured.
here are my steps for smart card validation.
1. loop through all smart card reader and ...
|
How to use szOID_PKCS_1 ID to encrypt?
Wed, 16 Apr 2008 20:17:00 -0700
Hi,
I have to encrypt a 4 byte value with PKCS#1 algorithm.
I am using CryptEncryptMessage API with szOID_PKCS_1 as Object ID in
CRYPT_ALGORITHM_IDENTIFIER sturcture. API is returing following error code.
0x80091002 :: Unknown cryptographic algorithm.
This is really my first attempt to use Crypto API ...
|
Using netsh advfirewall on multiple language os
Tue, 15 Apr 2008 21:45:01 -0700
Hi All,
I need to run the following command:
netsh advfirewall firewall set rule group="File and Printer Sharing" new
enable=Yes
from my exe on English and other language OS - I need to support _any_
language OS - I have seen from other posts that you need to enter the group
name in the local language - ...
|
EFS Registry Key Different on Different Machines
Tue, 15 Apr 2008 15:38:39 -0700
Sorry for cross-posting. I posted this message on
microsoft.public.win2000.security by mistake.
-------------------------------------
We are trying to follow this file to read the Encrypted File System
settings:
http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-GPEF%5D ...
|
C_Initialize frozen into the called CardAcquireContext function
Mon, 14 Apr 2008 15:58:01 -0700
I'm implementing a smart card minidriver. I develop Windows 2k with Visual
Studio. In the part of CardAcquireContext, I load the module opensc-pkcs11
and I initializes with CK_RV CK_FUNC (C_Initialize). C_Initialize initializes
the Cryptoki library
I have also developed a test program that loads correct ...
|
|
|
WMI missing security settings
Mon, 14 Apr 2008 12:49:27 -0700
http://msdn2.microsoft.com/en-us/library/aa375062.aspx
This page says that we should be able to retrieve eight settings using WMI:
ClearTextPassword
PasswordComplexity
RequireLogonToChangePassword
ForceLogoffWhenHourExpire
LSAAnonymousNameLookup
EnableAdminAccount
EnableGuestAccount
TicketValidateClient
...
|
SHFileOperation Problem
Mon, 14 Apr 2008 07:12:00 -0700
Hello,
I have a service application running under the "Local System" account. This
service can receive a command to run a set of batch operations (on my case,
collecting log files of the system). A file with a known name is created and
I will need to send this file to a shared network folder. I understand t ...
|
Smartcard authentication in a multi-tier application
Mon, 14 Apr 2008 06:31:55 -0700 (PDT)
Hi,
We have a multi-tier intranet application. The users of this
application are windows users. We have a login screen on the client
side where the user enters the username and password and on the server
we use the function LogOnUser() to authenticte this user. We get the
SID of this user and the SID plays a ...
|