[SOLVED] password to be change in next login Hi,
we are using below script to create new account and customise the account. In this script i want to add feature to change the password in next login, then what is the command for that or what change need to do in this script.
pls suggest.
#single user upload
echo -e "email-id:\c"
read a
echo -e "DisplayName put firstname.lastname:\c"
read b
echo -e "Quota in BYTES For 100mb-104857600 For 50mb-52428800:\c"
read c
echo $a
echo $b
echo $c
/opt/zimbra/bin/zmprov ca $a Password@12 displayName $b zimbraMailQuota $c zimbraContactMaxNumEntries 500 zimbraPasswordMinLength 8 zimbraPasswordMaxLength 64 zimbraPasswordMinUpperCaseChars 1 zimbraPasswordMinLowerCaseChars 1 zimbraPasswordMinNumericChars 1 zimbraPasswordEnforceHistory 5
Thanks
Last edited by chandu; 03-15-2009 at 10:38 PM..
|