Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/bbusse/coredns-ldap

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/bbusse/coredns-ldap

  • v0.0.0-20230524204403-dafb3d773299
  • Source
  • Go
  • Socket score

Version published
Created
Source

ldap

Name

ldap - serves a zone from a ldap backend.

Description

The ldap plugin resolves A, AAAA y PTR RR from a ldap backend. To reduce load on the backend, you can enable cache by configuring cacheTimeout=30m.

Compilation

This package will always be compiled as part of CoreDNS and not in a standalone way. It will require you to use go get or as a dependency on plugin.cfg.

The manual will have more information about how to configure and extend the server with external plugins.

A simple way to consume this plugin, is by adding the following on plugin.cfg, and recompile it as detailed on coredns.io.

ldap:github.com/xoe-labs/coredns-ldap

After this you can compile coredns by:

go generate
go build

Or you can instead use make:

make

Syntax

ldap

Metrics

If monitoring is enabled (via the prometheus directive) the following metric is exported:

  • coredns_ldap_request_count_total{server} - query count to the ldap plugin.

The server label indicated which server handled the request, see the metrics plugin for details.

Ready

This plugin reports readiness to the ready plugin. It will be immediately ready.

Examples

In this configuration, we forward all queries to 9.9.9.9 and print "ldap" whenever we receive a query.

. {
  forward . 9.9.9.9
  ldap
}

Also See

See the manual.

FAQs

Package last updated on 24 May 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc