Re: Object modification via SOAP is killing app-rights
Hi Andreas,
thanks for the explanation.
When using the following request, we can reproduce this.
<?xml version="1.0"?>
<show>
<user cn="user1" config="true"/>
</show>
<show>
<user cn="user1" config="true"/>
</show>
The magic is in the config="true" in your code, which we did not use
in our read-request. The description of this option:
The attribute config="true" (available starting with version 9) is optional. If used only the pure config stored at a user is provided, without application of templates.
I'd not expected this option to lead to additional tags in the show-Results.
Best regards
Thomas