Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-perun
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
Perun
Perun ProxyIdP
v1
simplesamlphp-module-perun
Merge requests
!297
docs: adds entityless attribute to the config template
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
docs: adds entityless attribute to the config template
entityless
into
main
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Dominik Baránek
requested to merge
entityless
into
main
2 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
closes #153
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
4e4c5243
1 commit,
2 years ago
1 file
+
9
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
config-templates/perun_attributes.php
+
9
−
0
Options
@@ -252,4 +252,13 @@ $config = [
@@ -252,4 +252,13 @@ $config = [
'ldap'
=>
'capabilities'
,
'ldap'
=>
'capabilities'
,
'type'
=>
'array'
,
'type'
=>
'array'
,
],
],
/*
* ENTITYLESS ATTRIBUTES
*/
'perunEntitylessAttribute_orgAups'
=>
[
'rpc'
=>
'urn:perun:entityless:attribute-def:def:orgAups'
,
'ldap'
=>
''
,
'type'
=>
'dictionary'
,
],
];
];
Loading