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
c0b06f98
Commit
c0b06f98
authored
7 years ago
by
Guillaume ROUSSE
Browse files
Options
Downloads
Patches
Plain Diff
move accounts_file from idp to setup section
parent
66d1e9fe
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf/manager.conf.in
+3
-4
3 additions, 4 deletions
conf/manager.conf.in
lib/AccountManager/App.pm
+1
-1
1 addition, 1 deletion
lib/AccountManager/App.pm
with
4 additions
and
5 deletions
conf/manager.conf.in
+
3
−
4
View file @
c0b06f98
...
...
@@ -10,11 +10,11 @@ support_email = support@my.fqdn
[setup]
# templates directory
templates_dir = @templatesdir@
#
federation
metadata
local copy path
federation_metadata_file = @sysconfdir@/edugain-md.xml
federation
_
metadata
_file = /var/lib/access-check/edugain.xml
accounts_file = /var/lib/access-check/accounts.php
[logger]
file = /
opt/testidp/IdPAccountManager/log
/manager.log
file = /
var/log/access-check
/manager.log
level = info
[mailer]
...
...
@@ -34,7 +34,6 @@ password = secret
scope = my.fqdn
entityid = https://my.fqdn/simplesaml/saml2/idp/metadata.php
displayname = eduGAIN Access Check
accounts_file = @sysconfdir@/accounts.php
# default parameters for all services
[service]
...
...
This diff is collapsed.
Click to expand it.
lib/AccountManager/App.pm
+
1
−
1
View file @
c0b06f98
...
...
@@ -638,7 +638,7 @@ sub req_create_accounts {
eval
{
AccountManager::Tools::
update_ssp_authsources
(
$self
->
{
configuration
}
->
{
setup
}
->
{
templates_dir
},
$self
->
{
configuration
}
->
{
id
p
}
->
{
accounts_file
},
$self
->
{
configuration
}
->
{
setu
p
}
->
{
accounts_file
},
$accounts
);
};
...
...
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