Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Access Check - Account manager
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
edugain
eduGAIN Access Check - Account manager
Commits
ed591771
Commit
ed591771
authored
7 years ago
by
Guillaume ROUSSE
Browse files
Options
Downloads
Patches
Plain Diff
documentation update
parent
8e6ab7ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
README.md
+60
-0
60 additions, 0 deletions
README.md
README.txt
+0
-10
0 additions, 10 deletions
README.txt
with
61 additions
and
11 deletions
Makefile.am
+
1
−
1
View file @
ed591771
SUBDIRS
=
bin conf lib resources templates
EXTRA_DIST
=
LICENSE.txt README.
txt
EXTRA_DIST
=
LICENSE.txt README.
md
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
60
−
0
View file @
ed591771
#eduGAIN Access Check
##Overview
eduGAIN Access Check can be used by SP admins to validate the behaviour of
their federated service in a production environment.
It is actually composed of two parts:
*
account manager
*
identity provider
##Account Manager
This is a web application developed in Perl, allowing SP admins to create test accounts with multiple user profiles.
It requires the following CPAN distributions:
*
CGI
*
Config-Tiny
*
DateTime
*
HTTP-AcceptLanguage
*
List-MoreUtils
*
Log-Any
*
Rose-DB-Object
*
Template-Toolkit
*
Text-CSV
*
XML-LibXML
Installation follows the usual autotools-based procedure:
```
$> configure
$> make
$> sudo make install
```
A database has to be created, and its schema populated. For instance, with MariaDB:
```
$> mysqladmin create -u root -p access_check
Enter password:
$> mysql -u root -p access_check < conf/access-check.sql
Enter password:
$> mysql -u root -p mysql
Enter password:
MariaDB [mysql]> grant all privileges on access_check.* to access_check@localhost identified by 's3cr3t';
Query OK, 0 rows affected (0.00 sec)
MariaDB [mysql]> quit
```
##Identity Provider
The identity provider is actually
[
simpleSAMLphp
](
https://simplesamlphp.org/
)
.
##Licensing
This software is licensed under GÉANT Standard Open Source Software Outward
Licence.
This software was developed by RENATER, with funding from the European
Community Seventh Framework Programme (FP7/2007-2013) under grant agreement nº
238875 (GÉANT).
This software was initialy authored by Olivier Salaün.
This diff is collapsed.
Click to expand it.
README.txt
deleted
100644 → 0
+
0
−
10
View file @
8e6ab7ba
IdP Account Manager
-------------------
This software is licensed under GÉANT Standard Open Source Software Outward
Licence.
This software was developed by RENATER, with funding from the European
Community Seventh Framework Programme (FP7/2007-2013) under grant agreement nº
238875 (GÉANT).
This software was initialy authored by Olivier Salaün.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment