diff --git a/config-templates/perun_attributes.php b/config-templates/perun_attributes.php
index 68857af9d4f93b9c964556d1a953e4fc6dd6a005..45ddfba384b67a4392015764375829753027285b 100644
--- a/config-templates/perun_attributes.php
+++ b/config-templates/perun_attributes.php
@@ -252,4 +252,13 @@ $config = [
         'ldap' => 'capabilities',
         'type' => 'array',
     ],
+
+    /*
+     * ENTITYLESS ATTRIBUTES
+     */
+    'perunEntitylessAttribute_orgAups' => [
+        'rpc' => 'urn:perun:entityless:attribute-def:def:orgAups',
+        'ldap' => '',
+        'type' => 'dictionary',
+    ],
 ];