ChangeLog entry added + jail.conf review

pull/1637/merge
sebres 2016-11-28 18:51:23 +01:00
parent 425170cef3
commit 67c14afd8e
2 changed files with 6 additions and 1 deletions

View File

@ -44,6 +44,10 @@ releases.
* New Actions:
- `action.d/npf.conf` for NPF, the latest packet filter for NetBSD
* New Filters:
- `filter.d/mongodb-auth.conf` for MongoDB (document-oriented NoSQL database engine)
### Enhancements
* DateTemplate regexp extended with the word-end boundary, additionally to
word-start boundary

View File

@ -731,8 +731,9 @@ logpath = %(mysql_log)s
backend = %(mysql_backend)s
# Log wrong MongoDB auth (for details how ... see filter ...)
# Log wrong MongoDB auth (for details see filter 'filter.d/mongodb-auth.conf')
[mongodb-auth]
# change port when running with "--shardsvr" or "--configsvr" runtime operation
port = 27017
logpath = /var/log/mongodb/mongodb.log