From e349126d23ab22a1ef0640277bb672d63e6dd27b Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Mon, 22 Sep 2014 10:10:09 +0000
Subject: [PATCH] OPENDJ-1565 CR-4564: Optionally bind to a local address

---
 opends/resource/schema/02-config.ldif |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index 7230249..602f147 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -3765,6 +3765,11 @@
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   SINGLE-VALUE
   X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.143
+  NAME 'ds-cfg-source-address' EQUALITY caseIgnoreMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDJ Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
   NAME 'ds-cfg-access-control-handler'
   SUP top
@@ -4395,7 +4400,8 @@
         ds-cfg-conflicts-historical-purge-delay $
         ds-cfg-changetime-heartbeat-interval $
         ds-cfg-log-changenumber $
-        ds-cfg-initialization-window-size )
+        ds-cfg-initialization-window-size $
+        ds-cfg-source-address )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.58
   NAME 'ds-cfg-length-based-password-validator'
@@ -4520,7 +4526,8 @@
         ds-cfg-degraded-status-threshold $
         ds-cfg-weight $
         ds-cfg-monitoring-period $
-        ds-cfg-compute-change-number )
+        ds-cfg-compute-change-number $
+        ds-cfg-source-address )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.65
   NAME 'ds-backup-directory'
@@ -5571,7 +5578,8 @@
         ds-cfg-ssl-protocol $
         ds-cfg-ssl-cipher-suite $
         ds-cfg-cached-password-storage-scheme $
-        ds-cfg-cached-password-ttl )
+        ds-cfg-cached-password-ttl $
+        ds-cfg-source-address )
   X-ORIGIN 'OpenDJ Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.5
   NAME 'ds-cfg-attribute-cleanup-plugin'

--
Gitblit v1.10.0