diff options
| author | Jon Robertson <jonrober@stanford.edu> | 2015-08-27 10:34:22 -0700 | 
|---|---|---|
| committer | Jon Robertson <jonrober@stanford.edu> | 2015-11-18 23:48:07 -0800 | 
| commit | 6b0cad572edef05d119abc8fc843c8c5d33665b8 (patch) | |
| tree | ed2a02e79d6026bdb09e999da433033c0492bee5 /perl/lib/Wallet/Schema | |
| parent | e353e236cf6828647820b2d83529cc4a4f08cef2 (diff) | |
Added Wallet::ACL::LDAP::Attribute::Root
Added a version of the LDAP attribute ACL.  Like the root version for
NetDB, this requires that the principal end in /root, and then strips
off /root before doing matching against the given LDAP attribute.
Change-Id: I23119ef9c9ce3e0556f5d71a509815f2efc1bbe6
Diffstat (limited to 'perl/lib/Wallet/Schema')
| -rw-r--r-- | perl/lib/Wallet/Schema/Result/AclScheme.pm | 4 | 
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'); | 
