diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-28 06:44:35 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-28 06:44:35 +0000 |
commit | 9b6c4dd39ad97575b742ae3608b942e44e94a202 (patch) | |
tree | f8dce5cf27f9a17dcee1714494c50f10e849955f /perl/Wallet/ACL/Base.pm | |
parent | 7eee5068d26582c394b3f2c80c0a44877af2c84e (diff) |
No need to pass a database handle into the ACL constructors any more.
I was only going to use that for the krb5-group ACL, which I won't be
implementing.
Diffstat (limited to 'perl/Wallet/ACL/Base.pm')
-rw-r--r-- | perl/Wallet/ACL/Base.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/Wallet/ACL/Base.pm b/perl/Wallet/ACL/Base.pm index 0670537..aad126d 100644 --- a/perl/Wallet/ACL/Base.pm +++ b/perl/Wallet/ACL/Base.pm @@ -77,10 +77,10 @@ from it. It is not used directly. =over 4 -=item new(DBH) +=item new() Creates a new ACL verifier. The generic function provided here just creates -and blesses an object and ignores the provided database handle. +and blesses an object. =item check(PRINCIPAL, ACL) |