
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
fluent-plugin-ldap-client
Advanced tools
Fluentd plugin to link with ldap server.
It is plugins that will search data in ldap.
To do enrichment on events through ldap search.
Parameters are :
parameters | default | type | purpose |
---|---|---|---|
ldap_host | localhost | string | ldap hostname |
ldap_port | 389 | integer | ldap port |
ldap_encryption | false | bool | use tls |
ldap_base_dn | '' | string | ldap base DN for query |
ldap_username | nil | string | username for ldap bind |
ldap_password | nil | string | password for ldap bind |
ldap_ca_cert | nil | string | path of CA cert for ldap connection |
ldap_query | nil | string | query that will be interpolated against record, then sent to ldap |
ldap_attributes | {} | hash | mapping of ldap attributes to inject in record |
enable_cache | true | bool | enable cache to reduce query to ldap |
cache_size | 1000 | interger | cache size in number of entries |
cache_ttl_positive | 24 * 3600 | integer | ttl of positive entries (not nil) in seconds |
cache_ttl_negative | 3600 | integer | ttl of negative entries (nil) in seconds |
<filter test>
@type ldap_enrich
ldap_base_dn "dc=test"
ldap_query "(uid=%{user})"
ldap_attributes uid:user_uid,mail:user_mail
cache_enable true
</filter>
Manual install, by executing:
gem install fluent-plugin-ldap-client
Add to Gemfile with:
bundle add fluent-plugin-ldap-client
FAQs
Unknown package
We found that fluent-plugin-ldap-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.