diff --git a/admin_manual/enterprise_user_management/user_auth_shibboleth.rst b/admin_manual/enterprise_user_management/user_auth_shibboleth.rst index b3f4517be..fd69ba720 100644 --- a/admin_manual/enterprise_user_management/user_auth_shibboleth.rst +++ b/admin_manual/enterprise_user_management/user_auth_shibboleth.rst @@ -220,6 +220,21 @@ Status codes: * 100 - successful * 998 - user unknown +Example + +.. code-block:: bash + $ curl -X DELETE "https://cloud.example.com/ocs/v1.php/cloud/users/myself@testshib.org/non_shib_password" -u admin:admin + + + + ok + 100 + + + + + + Known Limitations ----------------- @@ -258,4 +273,4 @@ provided by the ownCloud support team. https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig .. _WebDAV and Shibboleth: https://wiki.shibboleth.net/confluence/display/SHIB2/WebDAV - \ No newline at end of file +