zimbra-api / soap-api

Zimbra SOAP client in PHP language
BSD 3-Clause "New" or "Revised" License
62 stars 48 forks source link

Create an account with external authorisation #18

Open paulz1 opened 7 years ago

paulz1 commented 7 years ago

We use an external authorization for our zimbra.

So, usually for create account of such type directly on zimbra server we use the command :

zmprov ca login@domain.com ""

The second parameter for password is empty.

When I try to use the same principle using zimbra-api it seems that it does not work. While I saw in the comments in the code :

/**
 * Create account.
 * Notes:
 *   1. accounts without passwords can't be logged into.

For the moment I just can not create an account with empty password at all. Is it normal?