From 9b6c4dd39ad97575b742ae3608b942e44e94a202 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 28 Aug 2007 06:44:35 +0000 Subject: 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. --- docs/design-api | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/design-api b/docs/design-api index e58f050..760a0a2 100644 --- a/docs/design-api +++ b/docs/design-api @@ -85,12 +85,11 @@ Object API ACL API - new(DBH) + new() Creates a persistant ACL verifier for the given ACL type. This may do nothing, but some ACL verifiers require some persistant data, like a - persistant LDAP connection. The database handle should be provided to - the constructor, but a given ACL implementation may not use it. + persistant LDAP connection. check(PRINCIPAL, ACL) -- cgit v1.2.3