From 19d2907f59c6a62cea36d4a1525e2aa4b8092c22 Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Tue, 06 Jan 2009 09:55:26 +0000
Subject: [PATCH] add support of the client connection affinity
---
opendj-sdk/opends/resource/schema/02-config.ldif | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif
index 87031c9..0af1c4a 100644
--- a/opendj-sdk/opends/resource/schema/02-config.ldif
+++ b/opendj-sdk/opends/resource/schema/02-config.ldif
@@ -21,7 +21,7 @@
# CDDL HEADER END
#
#
-# Copyright 2006-2008 Sun Microsystems, Inc.
+# Copyright 2006-2009 Sun Microsystems, Inc.
#
#
# This file contains the attribute type and objectclass definitions for use
@@ -2377,6 +2377,16 @@
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE
X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( ds-cfg-affinity-policy-OID
+ NAME 'ds-cfg-affinity-policy'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+ SINGLE-VALUE
+ X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( ds-cfg-affinity-timeout-OID
+ NAME 'ds-cfg-affinity-timeout'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+ SINGLE-VALUE
+ X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
NAME 'ds-cfg-access-control-handler'
SUP top
@@ -3862,6 +3872,8 @@
SUP top
STRUCTURAL
MUST ( ds-cfg-network-group-id $
+ ds-cfg-affinity-policy $
+ ds-cfg-affinity-timeout $
ds-cfg-priority $
ds-cfg-enabled )
MAY ds-cfg-workflow
--
Gitblit v1.10.0