diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-04 22:16:28 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-04 22:16:28 +0000 |
commit | 0e9a5e25ec9c1977c6426f4aea4b61a658fe6855 (patch) | |
tree | 733ceb199f5db47e210496fc8020952a0684ebc0 /Makefile.am | |
parent | 1eb6e3db86a56e1b8839bd5345cd2c20d0dc0dcd (diff) |
Add a subclass of the NetDB ACL verifier that requires the principal
have an instance of "root" and strips that instance before checking
NetDB roles.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 8fb50ea..c89b2ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,10 +12,11 @@ EXTRA_DIST = LICENSE autogen client/wallet.pod config/allow-extract \ docs/design-acl docs/design-api docs/netdb-role-api docs/notes \ docs/setup kasetkey/README kasetkey/kasetkey.pod perl/Wallet/ACL.pm \ perl/Wallet/ACL/Base.pm perl/Wallet/ACL/Krb5.pm \ - perl/Wallet/ACL/NetDB.pm perl/Wallet/Config.pm \ - perl/Wallet/Object/Base.pm perl/Wallet/Object/Keytab.pm \ - perl/Wallet/Schema.pm perl/Wallet/Server.pm perl/t/acl.t \ - perl/t/data/README perl/t/data/keytab-fake perl/t/data/keytab.conf \ + perl/Wallet/ACL/NetDB.pm perl/Wallet/ACL/NetDB/Root.pm \ + perl/Wallet/Config.pm perl/Wallet/Object/Base.pm \ + perl/Wallet/Object/Keytab.pm perl/Wallet/Schema.pm \ + perl/Wallet/Server.pm perl/t/acl.t perl/t/data/README \ + perl/t/data/keytab-fake perl/t/data/keytab.conf \ perl/t/data/netdb.conf perl/t/data/netdb-fake perl/t/init.t \ perl/t/keytab.t perl/t/lib/Util.pm perl/t/object.t perl/t/pod.t \ perl/t/schema.t perl/t/server.t perl/t/verifier.t tests/TESTS \ |