From db6f29dfa02df57d069da192dff220bdd4f8d2c9 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Tue, 30 Aug 2011 16:49:16 +0000 Subject: [PATCH] OPENDJ-262: Implement pass through authentication (PTA) --- opends/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties b/opends/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties index ad7dfd5..d133572 100644 --- a/opends/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties +++ b/opends/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties @@ -33,6 +33,7 @@ property.ssl-protocol.default-behavior.alias.synopsis=Uses the default set of SSL protocols provided by the server's JVM. property.ssl-protocol.requires-admin-action.synopsis=Changes to this property take effect immediately but will only impact new SSL LDAP connections created after the change. property.trust-manager-provider.synopsis=Specifies the name of the trust manager that should be used when negotiating SSL connections with remote LDAP directory servers. +property.trust-manager-provider.default-behavior.alias.synopsis=By default, no trust manager is specified indicating that only certificates signed by the authorities associated with this JVM will be accepted. property.trust-manager-provider.requires-admin-action.synopsis=Changes to this property take effect immediately, but only impact subsequent SSL connection negotiations. property.trust-manager-provider.syntax.aggregation.constraint-synopsis=The referenced trust manager provider must be enabled when SSL is enabled. property.use-ssl.synopsis=Indicates whether the LDAP Pass Through Authentication Policy should use SSL. -- Gitblit v1.10.0