Skip to content

Commit

Permalink
fix docs on enabling Shibboleth IQSS#1352
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Feb 6, 2015
1 parent 2cc2296 commit 114394a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ShibEnabled

Set ``ShibEnabled`` to ``true`` to enable Shibboleth login.

``curl -X PUT http://localhost:8080/api/s/settings/:ShibEnabled/true``
``curl -X PUT -d true http://localhost:8080/api/s/settings/:ShibEnabled``

DataDepositApiMaxUploadInBytes
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/installation/optionalpkg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To use “Permissive” mode permanently modify /etc/selinix/config to ``SELINUX
- Enable Shibboleth login:
Set ShibEnabled to true after Dataverse intallation::

$ curl -X PUT https://servername/api/s/settings/ShibEnabled/true
$ curl -X PUT -d true http://localhost:8080/api/s/settings/:ShibEnabled
- Register with `TestShib <http://www.testshib.org/>`__
Expand Down

0 comments on commit 114394a

Please sign in to comment.