Re: GINA question: WlxMessageBox Function
- From: "tmarin7" <tmarin7@xxxxxxxxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 13:10:17 -0500
Hi Jeffrey,
I work for RSA Security Inc. RSA SecurID® provides two-factor
authentication which is based on something you know (a password or PIN) and
something you have (an authenticator)-providing a much more reliable level
of user authentication than a reusable password. Please see:
http://www.rsa.com/node.aspx?id=1156. One of the features of our product is
that we can store the Windows password so the user does have to enter it
each times he logs in using the RSA two-factor authentication. Some of our
customers have a requirement to have their Windows password changed and
randomized every n days. We want to trigger our password randomization when
the function WlxMessageBox is called with the text: "Your password will
expire in <n> days. Do you wish to change it?". We need to trigger this in
several other non-English languages so trying to do a C++ strcmp will not
work. What we need is a way of getting access to the message ID (from
within our WlxMessageBox function) that represents that message so we can
just look for that message ID. When the user's Window's password is
randomized the user will never see any of the WlxMessageBox messages and he
will not have to see the Change Password Dialog.
Also, If you can think of another way that I can trigger the change
password logic I am open to all suggestions.
Thanks in advance.
- Tom
""Jeffrey Tan[MSFT]"" <jetan@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:<rr0XtkdGIHA.4268@xxxxxxxxxxxxxxxxxxxxxx>...
Hi Tom,
Thanks for your feedback.
I will contact the MSGINA team for best practice for this issue.
Before answering the question as asked, we wonder "Why are you
messing around with a custom GINA?". As our security estimated,
between 99 and 100 times out of 100, it's the wrong solution to
customize GINA. Also, the GINA architecture is gone in Vista.
If you can provide the reason of customizing GINA, we may understand
your scenario better, thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
""Jeffrey Tan[MSFT]"" <jetan@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:rr0XtkdGIHA.4268@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Tom,
Thanks for your feedback.
I will contact the MSGINA team for best practice for this issue.
Before answering the question as asked, we wonder "Why are you messing
around with a custom GINA?". As our security estimated, between 99 and 100
times out of 100, it's the wrong solution to customize GINA. Also, the
GINA
architecture is gone in Vista.
If you can provide the reason of customizing GINA, we may understand your
scenario better, thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- References:
- GINA question: WlxMessageBox Function
- From: tmarin7
- Re: GINA question: WlxMessageBox Function
- From: tmarin7
- Re: GINA question: WlxMessageBox Function
- From: "Jeffrey Tan[MSFT]"
- GINA question: WlxMessageBox Function
- Prev by Date: Missing : ListView Notification message definition(s)
- Next by Date: Re: Statusbar creation
- Previous by thread: Re: GINA question: WlxMessageBox Function
- Next by thread: Icon Overlay Shell Extension not working
- Index(es):
Relevant Pages
|