Skip to content
Snippets Groups Projects

Update Linux.md

Merged Dominique.Petitpierre requested to merge patch-1 into master
1 file
+ 10
3
Compare changes
  • Side-by-side
  • Inline
+ 10
3
@@ -159,6 +159,14 @@
>
> [WS-Trust.xsd](https://gitlab.unige.ch/prodspub/shibboleth/-/blob/master/WS-Trust.xsd)
* Tester la configuration Shibboleth
* Redémarrer le service Shibboleth
```
shibd -t
systemctl restart shibd.service
```
* Modifier la configuration du virtual host Apache (e.g. `/etc/apache2/sites-enabled/monsite.unige.ch.conf`)
* Ajouter la référence à l'ADFS pour l'authentification comme indiqué:
@@ -172,12 +180,11 @@
Require valid-user
</Location>
```
* Redémarrer le service Apache et Shibboleth
* Tester la configuration Apache avec la commande `apache2ctl configtest`
* Redémarrer le service Apache
```
systemctl restart apache2.service
systemctl restart shibd.service
```
* Tester la configuration avec la commande `shibd -t`
Loading