Carbonio password m...
 
Notifications
Clear all

Carbonio password migration

4 Posts
3 Users
0 Reactions
743 Views
Offline  rcsalazar77
(@rcsalazar77)
New Member
Joined: 1 year ago
Posts: 1
Topic starter  
To migrate passwords from Zimbra, execute the following command: "zmprov ma ventas@mydomain.com userPassword '{SSHA512}7GgnHWmL00XPKVDg7lPGlzdNabKQXh02bjkeLYHgzE1bW5RfS2wXJMrhECQL3LZNr2FZDLt+pd0kvuR/fRhA2kIvf0CYi0 MQ'"
But looking at the new Carbonio password information I have:

ma sales@mydomain.com userPassword '{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$zgI5cd4JBcSO6HpOromANw$HcLh4WhP1N1o1MOX80fn7McCqeqrBkpYabUrV9VQOEE'

The new encryption used is ARGON2 and executing the command does not restore the password. How should you execute the command in this new encryption?

   
Quote
(@sharif)
Reputable Member Admin
Joined: 3 years ago
Posts: 677
 

@rcsalazar77

Hi,

You should better use the sp (Set Password) to set the password in Carbonio. It works.

Can you please try this and let us know how it goes?

#To extract passwords from Zimbra server:

$ zmprov  -l ga admin@domain2.com userPassword | grep userPassword: | awk '{ print $2}' > admin@domain2.com.shadow

#Transfer Password to Carbonio Server using rsync or scp.

#To extract passwords to Carbonio server:

$ carbonio prov sp admin@domain2.com `cat /tmp/admin@domain2.com.shadow`

I am also attaching the screenshot for your convenience:

Regards,

Sharif


   
ReplyQuote
Offline  shadowscript
(@shadowscript)
New Member
Joined: 1 month ago
Posts: 1
 

I installed Carbonio CE without a domain.

I accessed the management and client side with zextras@no.

 

I followed the steps in the link below to migrate COS, domain names, and accounts:

10-Minute Migration: Zimbra OSE to Carbonio Migration in a Nutshell

 

All accounts, settings, and domain names were successfully transferred.

 

However, even though I enter the correct passwords, I can’t log in to the accounts. I also tried changing the passwords from the admin interface, but I still can’t log in.

 

Is there anyone who can help?


   
ReplyQuote
(@sharif)
Reputable Member Admin
Joined: 3 years ago
Posts: 677
 

@shadowscript 

Hi,

Could you please elaborate the scenario? 

I could not understand what did you mean by "without a domain". And when you are unable to login to the account what does following log says:

/opt/zextras/log/mailbox.log

Regards,


   
ReplyQuote
Liked!
Disliked!