zimbra-api / soap-api

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

Server error 500 when rename an account #53

Open NothingCtrl opened 2 years ago

NothingCtrl commented 2 years ago

DescriptionL

I cannot find any log in Zimbra server, except this line in file /opt/zimbra/log/audit.log: 2022-05-08 20:42:43,696 INFO [qtp66233253-1830016:https:https://zimbra-server-ip:7071/service/admin/soap] [name=admin@foo.bar;mid=2;ip=x.x.x.x;port=37774;] security - cmd=RenameAccount; name=old-username@foo.bar; newName=new-username@foo.bar;

Does this is the issue of Zimbra server or this API?

Regards.