CramMD5SASLMechanismHandlerCfgDefn_ko.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsuser-friendly-name=Cram MD5 SASL Mechanism Handler
885f47576842cf3c569315b9a48bd9f0ca03f203Automatic Updateruser-friendly-plural-name=Cram MD5 SASL Mechanism Handlers
71bd43eebd9d6e42dbcae62b730f5b6508d5acd8Automatic Updatersynopsis=The CRAM-MD5 SASL mechanism provides the ability for clients to perform password-based authentication in a manner that does not expose their password in the clear.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updaterdescription=Rather than including the password in the bind request, the CRAM-MD5 mechanism uses a two-step process in which the client needs only to prove that it knows the password. The server sends randomly-generated data to the client that is to be used in the process, which makes it resistant to replay attacks. The one-way message digest algorithm ensures that the original clear-text password is not exposed. Note that the algorithm used by the CRAM-MD5 mechanism requires that both the client and the server have access to the clear-text password (or potentially a value that is derived from the clear-text password). In order to authenticate to the server using CRAM-MD5, the password for a user's account must be encoded using a reversible password storage scheme that allows the server to have access to the clear-text value.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updaterproperty.enabled.synopsis=Indicates whether the SASL mechanism handler is enabled for use.
2bb3422dc683c013db7042f5736240de6b86f182Automatic Updaterproperty.identity-mapper.synopsis=Specifies the name of the identity mapper used with this SASL mechanism handler to match the authentication ID included in the SASL bind request to the corresponding user in the directory.
7b67cfadd077feb0ec3e6c78385ba0d845a9789bMark Andrewsproperty.identity-mapper.syntax.aggregation.constraint-synopsis=The referenced identity mapper must be enabled when the Cram MD5 SASL Mechanism Handler is enabled.
75b70a68aefaa17ac4e768d5ed85d2f50d471490Automatic Updaterproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updater