Skip to content
Snippets Groups Projects
Commit 5e07634c authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

minor syntax cleanup

parent 95aef9bb
No related branches found
No related tags found
No related merge requests found
...@@ -364,14 +364,14 @@ functions. ...@@ -364,14 +364,14 @@ functions.
=head1 EXAMPLES =head1 EXAMPLES
$> account-manager-client.pl add_test_account \ $> account-manager-client.pl add_test_account \
--sp_entityid=https://test.federation.renater.fr/test/ressource --sp_entityid https://test.federation.renater.fr/test/ressource \
--account_profile=student1 \ --account_profile student1
Adds a new test account. Adds a new test account.
$> account-manager-client.pl list_test_accounts \ $> account-manager-client.pl list_test_accounts \
--sp_entityid=https://test.federation.renater.fr/test/ressource \ --sp_entityid https://test.federation.renater.fr/test/ressource \
--account_profile=student1 --account_profile student1
List all test accounts. Criterias can be added to filter test accounts. List all test accounts. Criterias can be added to filter test accounts.
...@@ -390,8 +390,8 @@ Parses the SAML metadata file, as defined by the ...@@ -390,8 +390,8 @@ Parses the SAML metadata file, as defined by the
C<federation_metadata_file_path> configuration parameter. C<federation_metadata_file_path> configuration parameter.
$> account-manager-client.pl list_authentication_tokens \ $> account-manager-client.pl list_authentication_tokens \
--sp_entityid=https://test.federation.renater.fr/test/ressource \ --sp_entityid https://test.federation.renater.fr/test/ressource \
--token=dhj67sjJ --token dhj67sjJ
List all authentication tokens. Criterias can be added to filter tokens. List all authentication tokens. Criterias can be added to filter tokens.
...@@ -406,13 +406,13 @@ List all expired authentication tokens. ...@@ -406,13 +406,13 @@ List all expired authentication tokens.
Remove all expired authentication tokens from DB. Remove all expired authentication tokens from DB.
$> account-manager-client.pl get_authentication_token \ $> account-manager-client.pl get_authentication_token \
--token=dhj67sjJ --token dhj67sjJ
Get informations on a token. Get informations on a token.
$> account-manager-client.pl add_authentication_token \ $> account-manager-client.pl add_authentication_token \
--email_address=john@my.fqdn \ --email_address john@my.fqdn \
--sp_entityid=https://test.federation.renater.fr/test/ressource --sp_entityid https://test.federation.renater.fr/test/ressource
Adds a new test account. Adds a new test account.
...@@ -421,8 +421,8 @@ Adds a new test account. ...@@ -421,8 +421,8 @@ Adds a new test account.
Sends a mail notice to the specified email address. Sends a mail notice to the specified email address.
$> account-manager-client.pl add_service_provider \ $> account-manager-client.pl add_service_provider \
--sp_entityid=='https://test.federation.renater.fr/test/ressource _ --sp_entityid https://test.federation.renater.fr/test/ressource \
--displayname='Test SP' --contacts=email1@dom,email2@dom --displayname 'Test SP' --contacts email1@dom,email2@dom
Adds a new Service provider Adds a new Service provider
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment