How to list and disable NG mobile password

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How to list and disable NG mobile password?


   KB 24325        Last updated on 2021-07-11  




5.00
(2 votes)

Problem

How to list and disable NG mobile password?

Solution

1) To list single account's mobile password:

 $ zxsuite auth credential list user@domain.com

To list all the current mobile passwords:

 $ for u in $(zmprov -l gaa); do zxsuite auth credential list $u; done.

2) To disable NG mobile password:

 $zxsuite auth credential delete USER CREDENTIALID 

Example:

 $ zxsuite auth credential delete user@domain.com  id

Note: The devices configured with the NG mobile password will stop synchronizing. To start the synchronization again, users should configure their Zimbra password in the device.

Jump to: navigation, search