Carbonio CE Passwor...
 
Notifications
Clear all

Carbonio CE Password Locked bug

3 Posts
2 Users
2 Likes
320 Views
(@drcyberg)
Joined: 8 months ago
Posts: 6
Topic starter  

Hi Masters!

 

The default zimbraPasswordLocked is TRUE (Fresh install) and unfortunately, because of this, users cannot change their password.

Is this set by accident or on purpose?

 

Regards: DrCyberg


   
Quote
(@anahuac)
Joined: 11 months ago
Posts: 307
 

I just took a look on many Carbonio deployments I have that this option comes as "FALSE" by default.

Something unusual happened on your setup or migration.

Anyway... that's pretty easy to fix, right?

for mail in `zmprov -l gaa` ; do
       echo "ma $mail zimbraPasswordLocked FALSE" >> /tmp/modpasswd
done
cat /tmp/modpasswd | zmprov

Regards!

Telegram: https://t.me/CarbonioMail


   
drcyberg reacted
ReplyQuote
(@drcyberg)
Joined: 8 months ago
Posts: 6
Topic starter  

@anahuac

Two clients have had this problem and the program resets it after an update. I will detail it in the next update.

No problem because I can overwrite it with the following command:

zmprov mc default zimbraPasswordLocked FALSE

Regards: DrCyberg


   
anahuac reacted
ReplyQuote