It works for me, now Hi
I found a solution to the problem on my server:
I always did a `sudo - zimbra` before executing the user migration script (always with the '-').
I told you earlier that I tried with different system locales (UTF-8, ISO-8859-1). What I did not realize was, that the zimbra user has the following statement in its .bash_profile file (which was automatically installed in /opt/zimbra):
export LANG=C
After I changed this line to
export LANG=en_US.ISO-8859-1
the zmprov commands with äöü in the names worked as expected.
Hope this helps! Kind regards
CrypTom |