Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Shibboleth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ProdsPub
Shibboleth
Merge requests
!1
Update Linux.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update Linux.md
patch-1
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Dominique.Petitpierre
requested to merge
patch-1
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Some corrections.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a1417c88
1 commit,
4 years ago
1 file
+
10
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Linux.md
+
10
−
3
Options
@@ -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