Hi Stefaan,
you can add your users from cli with zmprov command, directly in the form fistname.lastname@domain without password:
Code:
zmprov ca fistname.lastname@domain ""
and for autentication purpouse you can set the ldap-bind user by setting the zimbraAuthLdapExternalDn attribute:
Code:
zmprov ma fistname.lastname@domain zimbraAuthLdapExternalDn lastnamefirstname@AdDomain
Obviously, these commands can be merged on only one command:
Code:
zmprov ca fistname.lastname@domain "" zimbraAuthLdapExternalDn lastnamefirstname@AdDomain
Have a nice day.