From 1f8ab40fba40a59b0a7f58c659914d46dc6ef6aa Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Mon, 22 Sep 2014 10:25:35 +0000 Subject: [PATCH] Forward port OPENDJ-1565 CR-4564: Optionally bind to a local address --- opendj3-server-dev/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opendj3-server-dev/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties b/opendj3-server-dev/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties index 46b5baf..61dc284 100644 --- a/opendj3-server-dev/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties +++ b/opendj3-server-dev/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties @@ -35,6 +35,9 @@ property.secondary-remote-ldap-server.description=If more than one LDAP server is specified then operations may be distributed across them. Operations will be rerouted to the primary LDAP servers as soon as they are determined to be available. property.secondary-remote-ldap-server.default-behavior.alias.synopsis=No secondary LDAP servers. property.secondary-remote-ldap-server.syntax.string.pattern.synopsis=A host name followed by a ":" and a port number. +property.source-address.synopsis=If specified, the server will bind to the address before connecting to the remote server. +property.source-address.description=The address must be one assigned to an existing network interface. +property.source-address.default-behavior.alias.synopsis=Let the server decide. property.ssl-cipher-suite.synopsis=Specifies the names of the SSL cipher suites that are allowed for use in SSL based LDAP connections. property.ssl-cipher-suite.default-behavior.alias.synopsis=Uses the default set of SSL cipher suites provided by the server's JVM. property.ssl-cipher-suite.requires-admin-action.synopsis=Changes to this property take effect immediately but will only impact new SSL LDAP connections created after the change. -- Gitblit v1.10.0