<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/securid4dotnet/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/securid4dotnet/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 19 May 2015 14:03:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/securid4dotnet/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#2 First steps</title><link>https://sourceforge.net/p/securid4dotnet/bugs/2/?limit=25#bf1f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Would it be possible to run your code as stand-alone without validating with some sort of server such as app running on mobiles?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard_on_SF</dc:creator><pubDate>Tue, 19 May 2015 14:03:35 -0000</pubDate><guid>https://sourceforge.netc311776112b1cea30658a8df993066fd0fd012a5</guid></item><item><title>First steps</title><link>https://sourceforge.net/p/securid4dotnet/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear brudner,&lt;/p&gt;
&lt;p&gt;After viewing your project, I decided to give it a try. I'm using Visual Studio Ultimate 2013 as IDE. In the past I develop a few project using VB6. Here's my question. In the Main Sub you looking for connectivity with the server. Could you please tell me what server you're taking about? &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    Shared Sub Main()

       'code before here

        'Try to get a Pipeline to see if the server is online

        Try
            With Factory.CreatePipeline()
                .Dispose()
            End With
        Catch sockEx As Net.Sockets.SocketException
            MsgBox("Unable to communicate with server!" &amp;amp; Environment.NewLine &amp;amp; "Ensure the the Service or the ConsoleService is running and the Ports are configured." &amp;amp; Environment.NewLine &amp;amp; Environment.NewLine &amp;amp; sockEx.ToString, MsgBoxStyle.Critical Or MsgBoxStyle.OKOnly, "No communication.")
            Exit Sub
        End Try
    'code after here
    End Sub
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard_on_SF</dc:creator><pubDate>Tue, 19 May 2015 13:59:55 -0000</pubDate><guid>https://sourceforge.net2d5a97ef0a041b167135b630388070811d37dab4</guid></item><item><title>NextCode status not returned immediately</title><link>https://sourceforge.net/p/securid4dotnet/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
Fist, I want to say you've done a great job with this &lt;br /&gt;
and we really appreciate it.&lt;/p&gt;
&lt;p&gt;I'm not sure this is a bug or is working as expected &lt;br /&gt;
but here is what happens.&lt;/p&gt;
&lt;p&gt;If the current entry causes an accessDenied status, &lt;br /&gt;
sometimes this also triggers a "NextCode" status to &lt;br /&gt;
be set on the user's account in the rsa server.  You &lt;br /&gt;
can see this by login onto the RSA Auth manager and &lt;br /&gt;
looking at the account details right after each &lt;br /&gt;
access denied.&lt;/p&gt;
&lt;p&gt;The problem is that the access denied is passed back &lt;br /&gt;
as the resultcode and not the nextcode.  To get the &lt;br /&gt;
nextcode to be sent back, we must first use the next &lt;br /&gt;
valid code, at that point, we get the NextCode &lt;br /&gt;
status, we then have to wait for the nextvalid code, &lt;br /&gt;
at which point we get a success.&lt;/p&gt;
&lt;p&gt;It would be great if we could either treat an &lt;br /&gt;
accessdenied in the same manor as a nextcode (i.e. &lt;br /&gt;
cache it, and then try a to send next code &lt;br /&gt;
imediately) or to have the next code returned when it &lt;br /&gt;
is set.&lt;/p&gt;
&lt;p&gt;Hopefully this makes sense, if not please let me know &lt;br /&gt;
what other info you need.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">applecran</dc:creator><pubDate>Fri, 03 Mar 2006 01:20:40 -0000</pubDate><guid>https://sourceforge.netf1b3356c0776844136274f32597a145e2938221b</guid></item></channel></rss>