From 50c662df0991513185cc2c079a4283ddd669b3dc Mon Sep 17 00:00:00 2001 From: jpikus <jpikus@localhost> Date: Mon, 14 Sep 2009 15:37:06 +0000 Subject: [PATCH] update l10n generated files --- opends/src/admin/messages/LDAPConnectionHandlerCfgDefn.properties | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opends/src/admin/messages/LDAPConnectionHandlerCfgDefn.properties b/opends/src/admin/messages/LDAPConnectionHandlerCfgDefn.properties index cbdadac..706b054 100644 --- a/opends/src/admin/messages/LDAPConnectionHandlerCfgDefn.properties +++ b/opends/src/admin/messages/LDAPConnectionHandlerCfgDefn.properties @@ -7,20 +7,20 @@ constraint.3.synopsis=A LDAP Connection Handler cannot be configured to support SSL and StartTLS at the same time. Either SSL or StartTLS must be disabled in order for this LDAP Connection Handler to be used. property.accept-backlog.synopsis=Specifies the maximum number of pending connection attempts that are allowed to queue up in the accept backlog before the server starts rejecting new connection attempts. property.accept-backlog.description=This is primarily an issue for cases in which a large number of connections are established to the server in a very short period of time (for example, a benchmark utility that creates a large number of client threads that each have their own connection to the server) and the connection handler is unable to keep up with the rate at which the new connections are established. -property.allowed-client.synopsis=Specifies a set of host names or address masks that determine the clients that are allowed to establish connections to this connection handler. +property.allowed-client.synopsis=Specifies a set of host names or address masks that determine the clients that are allowed to establish connections to this LDAP Connection Handler. property.allowed-client.description=Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask. property.allowed-client.default-behavior.alias.synopsis=All clients with addresses that do not match an address on the deny list are allowed. If there is no deny list, then all clients are allowed. -property.allowed-client.requires-admin-action.synopsis=Changes to this configuration attribute take effect immediately and do not interfere with connections that may have already been established. +property.allowed-client.requires-admin-action.synopsis=Changes to this property take effect immediately and do not interfere with connections that may have already been established. property.allow-ldap-v2.synopsis=Indicates whether connections from LDAPv2 clients are allowed. property.allow-ldap-v2.description=If LDAPv2 clients are allowed, then only a minimal degree of special support are provided for them to ensure that LDAPv3-specific protocol elements (for example, Configuration Guide 25 controls, extended response messages, intermediate response messages, referrals) are not sent to an LDAPv2 client. property.allow-start-tls.synopsis=Indicates whether clients are allowed to use StartTLS. property.allow-start-tls.description=If enabled, the LDAP Connection Handler allows clients to use the StartTLS extended operation to initiate secure communication over an otherwise insecure channel. Note that this is only allowed if the LDAP Connection Handler is not configured to use SSL, and if the server is configured with a valid key manager provider and a valid trust manager provider. property.allow-tcp-reuse-address.synopsis=Indicates whether the LDAP Connection Handler should reuse socket descriptors. property.allow-tcp-reuse-address.description=If enabled, the SO_REUSEADDR socket option is used on the server listen socket to potentially allow the reuse of socket descriptors for clients in a TIME_WAIT state. This may help the server avoid temporarily running out of socket descriptors in cases in which a very large number of short-lived connections have been established from the same client system. -property.denied-client.synopsis=Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this connection handler. +property.denied-client.synopsis=Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this LDAP Connection Handler. property.denied-client.description=Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask. If both allowed and denied client masks are defined and a client connection matches one or more masks in both lists, then the connection is denied. If only a denied list is specified, then any client not matching a mask in that list is allowed. property.denied-client.default-behavior.alias.synopsis=If an allow list is specified, then only clients with addresses on the allow list are allowed. Otherwise, all clients are allowed. -property.denied-client.requires-admin-action.synopsis=Changes to this configuration attribute take effect immediately and do not interfere with connections that may have already been established. +property.denied-client.requires-admin-action.synopsis=Changes to this property take effect immediately and do not interfere with connections that may have already been established. property.enabled.synopsis=Indicates whether the LDAP Connection Handler is enabled. property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the LDAP Connection Handler implementation. property.keep-stats.synopsis=Indicates whether the LDAP Connection Handler should keep statistics. -- Gitblit v1.10.0