Carbonio password m...
 
Notifications
Clear all

Carbonio password migration

2 Posts
2 Users
0 Reactions
390 Views
(@rcsalazar77)
Joined: 9 months 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)
Admin
Joined: 2 years ago
Posts: 591
 

@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