Skip to content

Commit

Permalink
fixed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
djentangle committed Aug 1, 2024
1 parent afe2e80 commit 2864d01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- "type-provider"
- "type-consumer"
- "accesslog"

Check failure on line 41 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / yamllint

41:1 [trailing-spaces] trailing spaces
fail-fast: false

steps:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check failure on line 105 in README.md

View workflow job for this annotation

GitHub Actions / lint-unit / markdownlint-cli2

Trailing spaces

README.md:105:68 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md009.md

- 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/'`
Expand Down

0 comments on commit 2864d01

Please sign in to comment.