How to list and disable NG mobile password

Revision as of 08:08, 11 July 2021 by GopalBhandari (talk | contribs) (Created page with "__FORCETOC__ <div class="col-md-12 ibox-content"> =How to list and disable NG mobile password?= <hr> {{KB|{{WIP}}|{{ZCS 9.0 P8}}}} <hr> ====Problem==== How to list and disabl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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