diff options
Diffstat (limited to 'docs/design-api')
-rw-r--r-- | docs/design-api | 5 |
1 files changed, 2 insertions, 3 deletions
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) |