Re: Programmatically unlocking an account?

2018-08-13 Thread Alex O'Ree
No problem. Thanks! On Mon, Aug 13, 2018, 3:52 AM Mark Thomas wrote: > On 13/08/18 00:32, Alex O'Ree wrote: > > Thanks everyone. Would it be possible to get this backported to 8.5? > > Done. Although I'm afraid it just missed the cut for the 8.5.33 release. > It will be in 8.5.34 onwards. > > M

Re: Programmatically unlocking an account?

2018-08-13 Thread Mark Thomas
On 13/08/18 00:32, Alex O'Ree wrote: > Thanks everyone. Would it be possible to get this backported to 8.5? Done. Although I'm afraid it just missed the cut for the 8.5.33 release. It will be in 8.5.34 onwards. Mark > > On Tue, Jun 26, 2018 at 12:17 PM, Christopher Schultz < > ch...@christophe

Re: Programmatically unlocking an account?

2018-08-12 Thread Alex O'Ree
Thanks everyone. Would it be possible to get this backported to 8.5? On Tue, Jun 26, 2018 at 12:17 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Alex, > > On 6/25/18 8:49 PM, Alex O'Ree wrote: > > Actually I figured it out.

Re: Programmatically unlocking an account?

2018-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alex, On 6/25/18 8:49 PM, Alex O'Ree wrote: > Actually I figured it out. It is possible via the mx bean. I'd like > to request that the method isLocked be changed to public in a > future version. In spite of my affinity for JMX, I completely forgot

Re: Programmatically unlocking an account?

2018-06-26 Thread Mark Thomas
On 26/06/18 01:49, Alex O'Ree wrote: > Actually I figured it out. It is possible via the mx bean. I'd like to > request that the method isLocked be changed to public in a future version. Done in 9.0.x for 9.0.11 onwards. Mark > > The use case is not a typical one but I'd like admins to know if

Re: Programmatically unlocking an account?

2018-06-25 Thread Alex O'Ree
Actually I figured it out. It is possible via the mx bean. I'd like to request that the method isLocked be changed to public in a future version. The use case is not a typical one but I'd like admins to know if a service account is locked out for some reason and to be able to reset it if necessary

Re: Programmatically unlocking an account?

2018-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alex, On 6/25/18 3:24 PM, Alex O'Ree wrote: > Is it possible to programmatically unlock an account that's been > locked via the lockoutrealm and the simple xml user store? Regardless of the user-storage mechanism, the answer is no. > If so, how?

Programmatically unlocking an account?

2018-06-25 Thread Alex O'Ree
Is it possible to programmatically unlock an account that's been locked via the lockoutrealm and the simple xml user store? If so, how?