Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-17-2009, 10:58 AM
Starter Member
 
Posts: 1
Default How to Uncheck > Must change password

zimbra 5.0.13 (OSE)
How to uncheck all user via command
Address > Account > General Information > Password > Must change password



Regard,
Reply With Quote
  #2 (permalink)  
Old 02-17-2009, 01:45 PM
Moderator
 
Posts: 1,554
Default

try this script (run as zimbra user)

Code:
#!/bin/bash
for i in `zmprov gaa`
   zmprov ma $i zimbraPasswordMustChange FALSE
done
Reply With Quote
  #3 (permalink)  
Old 03-19-2009, 07:33 PM
Active Member
 
Posts: 27
Default

Just an update for those not verse in scripting, missing a "do":

#!/bin/bash
for i in `zmprov gaa`
do
zmprov ma $i zimbraPasswordMustChange FALSE
done
Reply With Quote
  #4 (permalink)  
Old 11-25-2009, 12:16 AM
Starter Member
 
Posts: 1
Default

This is a script for 6.x release of ZCS:

Code:
for i in `zmprov -l gaa`
do
zmprov ma $i zimbraPasswordMustChange FALSE
done
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.