mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
20.41.2011 7194e864476a93e05faf762dfded0cc6055ba8a6
opends/src/admin/messages/LDAPPassThroughAuthenticationPolicyCfgDefn.properties
@@ -3,7 +3,8 @@
synopsis=An authentication policy for users whose credentials are managed by a remote LDAP directory service.
description=Authentication attempts will be redirected to the remote LDAP directory service based on a combination of the criteria specified in this policy and the content of the user's entry in this directory server.
constraint.1.synopsis=One or more mapped attributes must be specified when using the "mapped-bind" or "mapped-search" mapping policies.
constraint.2.synopsis=One or more search base DNs must be specified when using the "mapped-search" mapping policies.
constraint.2.synopsis=One or more search base DNs must be specified when using the "mapped-search" mapping policy.
constraint.3.synopsis=The mapped search bind password must be specified when using the "mapped-search" mapping policy and a mapped-search-bind-dn is defined.
property.connection-timeout.synopsis=Specifies the timeout used when connecting to remote LDAP director servers, performing SSL negotiation, and for individual search and bind requests.
property.connection-timeout.description=If the timeout expires then the current operation will be aborted and retried against another LDAP server if one is available.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class which provides the LDAP Pass Through Authentication Policy implementation.
@@ -14,7 +15,9 @@
property.mapped-search-bind-dn.synopsis=Specifies the bind DN which should be used to perform user searches in the remote LDAP directory service.
property.mapped-search-bind-dn.default-behavior.alias.synopsis=Searches will be performed anonymously.
property.mapped-search-bind-password.synopsis=Specifies the bind password which should be used to perform user searches in the remote LDAP directory service.
property.mapped-search-bind-password.default-behavior.alias.synopsis=Searches will be performed anonymously.
property.mapped-search-bind-password-environment-variable.synopsis=Specifies the name of an environment variable containing the bind password which should be used to perform user searches in the remote LDAP directory service.
property.mapped-search-bind-password-file.synopsis=Specifies the name of a file containing the bind password which should be used to perform user searches in the remote LDAP directory service.
property.mapped-search-bind-password-property.synopsis=Specifies the name of a Java property containing the bind password which should be used to perform user searches in the remote LDAP directory service.
property.mapping-policy.synopsis=Specifies the mapping algorithm for obtaining the bind DN from the user's entry.
property.mapping-policy.syntax.enumeration.value.mapped-bind.synopsis=Bind to the remote LDAP directory service using a DN obtained from an attribute in the user's entry. This policy will check each attribute named in the "mapped-attribute" property. If more than one attribute or value is present then the first one will be used.
property.mapping-policy.syntax.enumeration.value.mapped-search.synopsis=Bind to the remote LDAP directory service using the DN of an entry obtained using a search against the remote LDAP directory service. The search filter will comprise of an equality matching filter whose attribute type is the "mapped-attribute" property, and whose assertion value is the attribute value obtained from the user's entry. If more than one attribute or value is present then the filter will be composed of multiple equality filters combined using a logical OR (union).