When telling the UDM REST API to change the "position" of an object, it only works in PUT, but not in PATCH: ------------------------------------------------------- $ udm users/user create --set username="newuser01" --set firstname="Random" --set lastname="User" --set password="Univention.99" WARNING: The object is not going to be created underneath of its default containers. Object created: uid=newuser01,dc=uni,dc=dtr ------------------------------------------------------- curl -i -X PATCH \ -H "Accept:application/json" \ -H "Content-Type:application/json" \ -d \ '{ "position": "cn=users,dc=uni,dc=dtr" }' \ 'https://m66.uni.dtr/univention/udm/users/user/uid=newuser01,dc=uni,dc=dtr' ------------------------------------------------------- $ univention-ldapsearch -LLL uid=newuser01 dn dn: uid=newuser01,dc=uni,dc=dtr
This issue has been filed against UCS 4.4. UCS 4.4 is out of general maintenance and components may have vastly changed in later releases. Thus, this issue is now being closed. If this issue still occurs in newer versions, please use "Clone this bug" or reopen this issue. In this case please provide detailed information on how this issue is affecting you.