summaryrefslogtreecommitdiff
path: root/perl/lib/Wallet/Schema/Result/AclScheme.pm
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2015-12-14 21:54:13 -0800
committerRuss Allbery <eagle@eyrie.org>2015-12-14 21:54:13 -0800
commitb0d5c2d20c19ba4f4274a260660c98757ba07644 (patch)
treeed2a02e79d6026bdb09e999da433033c0492bee5 /perl/lib/Wallet/Schema/Result/AclScheme.pm
parent6b7b9a29d20a65712061648404bbc6f1be5cacee (diff)
parent6b0cad572edef05d119abc8fc843c8c5d33665b8 (diff)
Merge pull request #2 from jonrober/master
Changes so far for 1.3
Diffstat (limited to 'perl/lib/Wallet/Schema/Result/AclScheme.pm')
-rw-r--r--perl/lib/Wallet/Schema/Result/AclScheme.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/lib/Wallet/Schema/Result/AclScheme.pm b/perl/lib/Wallet/Schema/Result/AclScheme.pm
index 91a58b2..be4ec09 100644
--- a/perl/lib/Wallet/Schema/Result/AclScheme.pm
+++ b/perl/lib/Wallet/Schema/Result/AclScheme.pm
@@ -36,6 +36,10 @@ By default it contains the following entries:
insert into acl_schemes (as_name, as_class)
values ('ldap-attr', 'Wallet::ACL::LDAP::Attribute');
insert into acl_schemes (as_name, as_class)
+ values ('ldap-attr-root', 'Wallet::ACL::LDAP::Attribute::Root');
+ insert into acl_schemes (as_name, as_class)
+ values ('nested', 'Wallet::ACL::Nested');
+ insert into acl_schemes (as_name, as_class)
values ('netdb', 'Wallet::ACL::NetDB');
insert into acl_schemes (as_name, as_class)
values ('netdb-root', 'Wallet::ACL::NetDB::Root');