Skip to content

Commit 194f5ff

Browse files
Merge pull request #565 from erakli/docs_update
Small updates in docs
2 parents be5d116 + 1ff0679 commit 194f5ff

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

INSTALL

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You need repoze.who to get the examples working, can be gotten through
1+
You need repoze.who to get the examples working, can be gotten through
22
easy_install
33

44
easy_install "repoze.who=1.0.16"
@@ -14,14 +14,18 @@ You also need xmlsec, which you can find here:
1414

1515
http://www.aleksey.com/xmlsec/
1616

17+
On Ubuntu and Debian:
18+
19+
sudo apt install xmlsec1
20+
1721
You may also need:
1822

1923
mako
2024
memcached
2125
python-memcache
22-
26+
2327
Apart from that a normal
24-
28+
2529
python setup.py install
2630

2731
will install the package.

docs/howto/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ Where the endpoints for the services provided are.
639639
This directive has as value a dictionary with one or more of the following keys:
640640

641641
* artifact_resolution_service (aa, idp and sp)
642-
* assertion_consumer_service (sp)
642+
* `assertion_consumer_service <https://wiki.shibboleth.net/confluence/display/CONCEPT/AssertionConsumerService>`_ (sp)
643643
* assertion_id_request_service (aa, idp)
644644
* attribute_service (aa)
645645
* manage_name_id_service (aa, idp)

0 commit comments

Comments
 (0)