Thanks all ! Thats exactly what I was looking for

----Original Message Follows----
From: James Liao <[EMAIL PROTECTED]>
Reply-To: "Jetspeed Users List" <[email protected]>
To: Jetspeed Users List <[email protected]>
Subject: Re: J2 - password retry count
Date: Thu, 25 Aug 2005 08:58:03 +0800

Hi Amit,
I am using J2-M3,too. The retry count could be set at security-spi-atn.xml.

<bean id="org.apache.jetspeed.security.spi.InternalPasswordCredentialInterceptor" class="org.apache.jetspeed.security.spi.impl.InternalPasswordCredentialHistoryHandlingInterceptor">
       <!-- maxNumberOfAuthenticationFailures -->
       <constructor-arg index="0"><value>3</value></constructor-arg>
       <!-- maxLifeSpanInDays -->
       <constructor-arg index="1"><value>60</value></constructor-arg>
       <!-- historySize -->
       <constructor-arg index="2"><value>3</value></constructor-arg>
  </bean>

Hope this could help!

-James Liao


On 8/25/05, Randy Watler <[EMAIL PROTECTED]> wrote:
> Spring configuration in assembly... one of the security config xml files.
>
> Randy
>
>
> Shah Amit wrote:
>
> > Hi all,
> >
> > I use J2 - M3. How can I change the password retry count of the login
> > portlet? I use the jetspeed provided JAAS authentication mechanism
> > without any changes. Default I know is 3. Also, is there a way to turn
> > it off ? It is kind of maintenance headache for my requirements ...
> >
> > Thanks,
> > Amit
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to