diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-10 18:16:13 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-10 18:52:21 +0200 |
commit | f24f936c69ee97cca6095923549430cb6d510320 (patch) | |
tree | c541c7976bfdf43486b3052ed893c84b1ae029b1 /lib | |
parent | b408390ae9311b7d703ce57c25a78dce23c31b16 (diff) |
slapd monitoring.
We don't use the provided 'slapd_' Munin plugin because it doesn't
support SASL binds.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/modules/openldap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/modules/openldap b/lib/modules/openldap index 91e6a3c..5178033 100644 --- a/lib/modules/openldap +++ b/lib/modules/openldap @@ -44,7 +44,7 @@ indexedAttributes = frozenset([ # Another hack. Configuration entries sometimes pollutes the DNs with # indices, thus it's not possible to directly use them as base. -# Instead, we use their parent as a pase, and search for the *unique* +# Instead, we use their parent as a base, and search for the *unique* # match with the same ObjectClass and the matching extra attributes. # ('%s' in the attribute value is replaced with the value of the source # entry.) @@ -52,6 +52,7 @@ indexedDN = { 'olcSchemaConfig': [('cn', '{*}%s')], 'olcMdbConfig': [('olcDbDirectory', '%s' )], 'olcOverlayConfig': [('olcOverlay', '%s' )], + 'olcMonitorConfig': [], } # Allow for flexible ACLs for user using SASL's EXTERNAL mechanism. |