Lockout Peroid

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

lissom
Posts: 36
Joined: Sun Jul 27, 2008 3:26 pm

Lockout Peroid

Postby lissom » Thu Jun 16, 2011 10:56 am

Hello All,

Does anyone know how to change the lock out period for failed passwords? It appears the default value is forever so I have to manually go in and re-enable the account when someone makes too many failed passwords (I actually think it is people's phones somehow doing it because this seems to only happen to people with email setup on their phones).
An hour or something seems much more reasonable.

Thanks!

billb3
Scalix Star
Scalix Star
Posts: 464
Joined: Mon May 26, 2008 8:56 pm
Location: Kingston, NY
Contact:

Re: Lockout Peroid

Postby billb3 » Mon Jun 20, 2011 3:03 pm

I have a cron script that runs hourly. Not sure a lockout period is possible, but could be wrong...

lissom
Posts: 36
Joined: Sun Jul 27, 2008 3:26 pm

Re: Lockout Peroid

Postby lissom » Tue Jun 21, 2011 11:13 am

Could you be so kind as to post your script?

billb3
Scalix Star
Scalix Star
Posts: 464
Joined: Mon May 26, 2008 8:56 pm
Location: Kingston, NY
Contact:

Re: Lockout Peroid

Postby billb3 » Tue Jun 21, 2011 11:15 am

Code: Select all

#!/bin/bash

/opt/scalix/bin/omshowu -m all -l | egrep -v 'sxadmin|sxqueryadmin' | while read username
do
    echo "Processing User $username"
    /opt/scalix/bin/ommodu -n "$username" -k
done


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 7 guests