diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 160f4ee..1d3cd40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: - "type-provider" - "type-consumer" - "accesslog" + fail-fast: false steps: diff --git a/README.md b/README.md index 65d3037..7411542 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,12 @@ pair in the `openldap['syncrepl_*_config]` (See the OpenLDAP Adminstrator Guide) ### Accesslog +Enabling Accesslog will require to include the accesslog.la module. + +- add `node.default['openldap']['modules'] << 'accesslog' + Attributes related to Accesslog database and overlay configuration. + `openldap['accesslog']['enabled']` - add accesslog configuration true | false (default) `openldap['accesslog']['logdb']` - defaults to `"cn=accesslog"` `openldap['accesslog']['directory']` - defaults to `'/var/log/'`