2020-06-01 07:48:07 +00:00
|
|
|
package ldap
|
2019-09-24 06:16:55 +00:00
|
|
|
|
|
|
|
// Ready implements the ready.Readiness interface, once this flips to true CoreDNS
|
|
|
|
// assumes this plugin is ready for queries; it is not checked again.
|
2020-06-01 07:48:07 +00:00
|
|
|
func (e Ldap) Ready() bool { return true }
|