View Single Post
  #2 (permalink)  
Old 2006-12-15
abusharif abusharif is offline
Senior Member
 
Join Date: 2006-04-27
Location: Twillight zone
Posts: 466
Rep Power: 3
abusharif has an average reputation (10+)
Default Re: Bulk User Renewing

there is no automated function but u could do:

-fwm dbexport -f /root/myusers.txt
-cd /root; cat myusers.txt |sed 's/31-dec-2008/31-dec-2020/g' > /root/mynewusers.txt
*(first date is the expiration date, second date is new date to set it to)
-and them fwm dbimport on the newcreated mynewusers.txt file.

Try it in test enviorment first
Reply With Quote