From 50c02a9d4f27d3cc09c23cf3f87f6348098d7c88 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Mon, 9 Nov 2015 12:23:12 -0800 Subject: [PATCH 1/2] add note re sso and webdav --- .../enterprise_user_management/user_auth_shibboleth.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/enterprise_user_management/user_auth_shibboleth.rst b/admin_manual/enterprise_user_management/user_auth_shibboleth.rst index 637c44d91..3c5925d67 100644 --- a/admin_manual/enterprise_user_management/user_auth_shibboleth.rst +++ b/admin_manual/enterprise_user_management/user_auth_shibboleth.rst @@ -222,6 +222,10 @@ password for a user: Syntax: ``/v1/cloud/users/{userid}/non_shib_password`` +.. note:: In pure SSO mode the WebDAV password feature will not work, as we + have no way to store the WebDAV password. It does work in auto-provision + mode. + * HTTP method: DELETE Status codes: From 7b46df5d556fbd6d62f44c3975445971b312424f Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Mon, 9 Nov 2015 13:37:27 -0800 Subject: [PATCH 2/2] note re webdav password does not work with sso --- .../enterprise_user_management/user_auth_shibboleth.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/enterprise_user_management/user_auth_shibboleth.rst b/admin_manual/enterprise_user_management/user_auth_shibboleth.rst index 3c5925d67..1535c3eb9 100644 --- a/admin_manual/enterprise_user_management/user_auth_shibboleth.rst +++ b/admin_manual/enterprise_user_management/user_auth_shibboleth.rst @@ -217,15 +217,15 @@ Personal settings page. .. image:: ../images/shibboleth-personal.png +.. note:: In pure SSO mode the WebDAV password feature will not work, as we + have no way to store the WebDAV password. It does work in auto-provision + mode. + For provisioning purpose an OCS API has been added to revoke a generated password for a user: Syntax: ``/v1/cloud/users/{userid}/non_shib_password`` -.. note:: In pure SSO mode the WebDAV password feature will not work, as we - have no way to store the WebDAV password. It does work in auto-provision - mode. - * HTTP method: DELETE Status codes: