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
0a0dbaf1
Commit
0a0dbaf1
authored
7 years ago
by
Guillaume ROUSSE
Browse files
Options
Downloads
Patches
Plain Diff
update doc, as executable has been renamed
parent
ea763bfe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/access-check-manager.pl.in
+20
-20
20 additions, 20 deletions
bin/access-check-manager.pl.in
with
20 additions
and
20 deletions
bin/access-check-manager.pl.in
+
20
−
20
View file @
0a0dbaf1
...
...
@@ -340,17 +340,17 @@ __END__
=head1 NAME
acc
ount
-manager.pl - Command line client to the Test IdP Account manager
acc
ess-check
-manager.pl - Command line client to the Test IdP Account manager
=head1 SYNOPSIS
acc
ount
-manager.pl [options] add_account
acc
ess-check
-manager.pl [options] add_account
Options:
--profile <string>
--sp_entityid <string>
acc
ount
-manager.pl [options] list_accounts
acc
ess-check
-manager.pl [options] list_accounts
Options:
--profile <string>
...
...
@@ -358,24 +358,24 @@ account-manager.pl [options] list_accounts
--expired
--delete
acc
ount
-manager.pl [options] parse_metadata
acc
ess-check
-manager.pl [options] parse_metadata
Options:
--sp_entityid <string>
acc
ount
-manager.pl [options] add_service
acc
ess-check
-manager.pl [options] add_service
Options:
--sp_entityid <string>
--contact <string>
--displayname <string>
acc
ount
-manager.pl [options] list_services
acc
ess-check
-manager.pl [options] list_services
Options:
--delete
acc
ount
-manager.pl [options] list_tokens
acc
ess-check
-manager.pl [options] list_tokens
Options:
--sp_entityid <string>
...
...
@@ -383,13 +383,13 @@ account-manager.pl [options] list_tokens
--expired
--delete
acc
ount
-manager.pl [options] get_token
acc
ess-check
-manager.pl [options] get_token
Options:
--sp_entityid <string>
--token <string>
acc
ount
-manager.pl [options] add_token
acc
ess-check
-manager.pl [options] add_token
Options:
--sp_entityid <string>
...
...
@@ -403,55 +403,55 @@ functions.
=head1 EXAMPLES
$> acc
ount
-manager.pl add_account \
$> acc
ess-check
-manager.pl add_account \
--sp_entityid https://test.federation.renater.fr/test/ressource \
--profile student1
Adds a new test account.
$> acc
ount
-manager.pl list_accounts \
$> acc
ess-check
-manager.pl list_accounts \
--sp_entityid https://test.federation.renater.fr/test/ressource \
--profile student1
List all test accounts. Criterias can be added to filter test accounts.
$> acc
ount
-manager.pl list_accounts --expired
$> acc
ess-check
-manager.pl list_accounts --expired
List all expired test accounts.
$> acc
ount
-manager.pl list_accounts --expired --delete
$> acc
ess-check
-manager.pl list_accounts --expired --delete
Remove all expired test accounts from DB.
$> acc
ount
-manager.pl parse_metadata
$> acc
ess-check
-manager.pl parse_metadata
Parses the SAML metadata file, as defined by the
C<federation_metadata_file> configuration parameter.
$> acc
ount
-manager.pl list_tokens \
$> acc
ess-check
-manager.pl list_tokens \
--sp_entityid https://test.federation.renater.fr/test/ressource \
--token dhj67sjJ
List all authentication tokens. Criterias can be added to filter tokens.
$> acc
ount
-manager.pl list_tokens --expired
$> acc
ess-check
-manager.pl list_tokens --expired
List all expired authentication tokens.
$> acc
ount
-manager.pl list_tokens --expired --delete
$> acc
ess-check
-manager.pl list_tokens --expired --delete
Remove all expired authentication tokens from DB.
$> acc
ount
-manager.pl get_token --token dhj67sjJ
$> acc
ess-check
-manager.pl get_token --token dhj67sjJ
Get informations on a token.
$> acc
ount
-manager.pl add_token --email_address john@my.fqdn \
$> acc
ess-check
-manager.pl add_token --email_address john@my.fqdn \
--sp_entityid https://test.federation.renater.fr/test/ressource
Adds a new test account.
$> acc
ount
-manager.pl add_service \
$> acc
ess-check
-manager.pl add_service \
--sp_entityid https://test.federation.renater.fr/test/ressource \
--displayname 'Test SP' --contacts email1@dom,email2@dom
...
...
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