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
4c52986f
Commit
4c52986f
authored
7 years ago
by
Guillaume ROUSSE
Browse files
Options
Downloads
Patches
Plain Diff
oops
parent
045b33fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/account-manager-client.pl
+1
-2
1 addition, 2 deletions
bin/account-manager-client.pl
bin/account-manager-web.pl
+7
-7
7 additions, 7 deletions
bin/account-manager-web.pl
with
8 additions
and
9 deletions
bin/account-manager-client.pl
+
1
−
2
View file @
4c52986f
...
...
@@ -10,14 +10,13 @@
use
strict
;
use
warnings
;
use
utf8
;
use
lib
qw(lib
conf
)
;
use
lib
qw(lib)
;
use
feature
"
switch
";
no
warnings
'
experimental::smartmatch
';
use
Getopt::
Long
qw(:config auto_help)
;
use
Pod::
Usage
;
use
Conf
;
use
IdPAccountManager::Data::
AuthenticationToken
;
use
IdPAccountManager::Data::AuthenticationToken::
Manager
;
use
IdPAccountManager::Data::
ServiceProvider
;
...
...
This diff is collapsed.
Click to expand it.
bin/account-manager-web.pl
+
7
−
7
View file @
4c52986f
...
...
@@ -10,7 +10,7 @@
use
strict
;
use
warnings
;
use
utf8
;
use
lib
qw(lib
conf
)
;
use
lib
qw(lib)
;
use
IdPAccountManager::
Configuration
;
use
IdPAccountManager::
WebRequest
;
...
...
@@ -27,22 +27,22 @@ my %format = (
'
sp_entityid
'
=>
$urn_or_url_regex
,
);
my
$configuration
=
IdPAccountManager::
Configuration
->
new
(
file
=>
'
conf/IdPAccountManager.conf
'
);
my
%actions
=
(
'
select_sp
'
=>
{
'
title_en
'
=>
'
Select your Service Provider
'
},
'
account_wizard
'
=>
{
'
title_en
'
=>
'
Select your Service Provider
'
},
'
generate_token
'
=>
{
'
title_en
'
=>
'
Generate an authentication token
'
},
'
validate_token
'
=>
{
'
title_en
'
=>
'
Complete Email Challenge
'
},
'
home
'
=>
{
'
title_en
'
=>
$
C
onf
::
global
{
app_name
}
},
'
home
'
=>
{
'
title_en
'
=>
$
c
onf
iguration
->
{
app_name
}
},
);
## Gives writes for the group
umask
0002
;
chdir
$
Conf::
global
{
root_manager_dir
};
my
$configuration
=
IdPAccountManager::
Configuration
->
new
(
file
=>
'
conf/IdPAccountManager.conf
'
);
chdir
$configuration
->
{
root_manager_dir
};
my
$request
=
new
IdPAccountManager::
WebRequest
(
actions
=>
\
%actions
,
...
...
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