From e9558df199c35c488de80b8a2acd7d4149d46db1 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Thu, 13 Oct 2011 12:42:32 +0000 Subject: [PATCH] Preparation work for OPENDJ-308: Implement access log filtering and configurable message format --- opends/resource/schema/02-config.ldif | 72 +++++++++++++++++++++++++++++++++++ 1 files changed, 71 insertions(+), 1 deletions(-) diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif index 9887e52..0414697 100644 --- a/opends/resource/schema/02-config.ldif +++ b/opends/resource/schema/02-config.ldif @@ -2676,6 +2676,74 @@ NAME 'ds-cfg-log-record-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.32 + NAME 'ds-cfg-client-address-equal-to' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.33 + NAME 'ds-cfg-client-address-not-equal-to' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.34 + NAME 'ds-cfg-client-protocol-equal-to' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.35 + NAME 'ds-cfg-client-port-equal-to' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.36 + NAME 'ds-cfg-user-dn-equal-to' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.37 + NAME 'ds-cfg-user-dn-not-equal-to' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.38 + NAME 'ds-cfg-user-is-member-of' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.39 + NAME 'ds-cfg-user-is-not-member-of' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.40 + NAME 'ds-cfg-request-target-dn-equal-to' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.41 + NAME 'ds-cfg-request-target-dn-not-equal-to' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.42 + NAME 'ds-cfg-response-result-code-equal-to' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.43 + NAME 'ds-cfg-response-result-code-not-equal-to' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.44 + NAME 'ds-cfg-response-etime-greater-than' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.45 + NAME 'ds-cfg-response-etime-less-than' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.46 + NAME 'ds-cfg-search-response-nentries-greater-than' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.47 + NAME 'ds-cfg-search-response-nentries-less-than' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.48 + NAME 'ds-cfg-search-response-is-indexed' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 + X-ORIGIN 'OpenDJ Directory Server' ) objectClasses: ( 1.3.6.1.4.1.26027.1.2.1 NAME 'ds-cfg-access-control-handler' SUP top @@ -4472,5 +4540,7 @@ SUP top STRUCTURAL MUST ( cn ) - MAY ( ds-cfg-log-record-type ) + MAY ( ds-cfg-log-record-type $ + ds-cfg-base-dn $ + ds-cfg-scope ) X-ORIGIN 'OpenDJ Directory Server' ) -- Gitblit v1.10.0