Skip to content
Snippets Groups Projects

docs: adds entityless attribute to the config template

Merged Dominik Baránek requested to merge entityless into main
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -252,4 +252,13 @@ $config = [
'ldap' => 'capabilities',
'type' => 'array',
],
/*
* ENTITYLESS ATTRIBUTES
*/
'perunEntitylessAttribute_orgAups' => [
'rpc' => 'urn:perun:entityless:attribute-def:def:orgAups',
'ldap' => '',
'type' => 'dictionary',
],
];
Loading