AnonymousSASLMechanismHandlerCfgDefn.properties revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrewsuser-friendly-name=Anonymous SASL Mechanism Handler
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox Useruser-friendly-plural-name=Anonymous SASL Mechanism Handlers
71cef386fae61275b03e203825680b39fedaa8c6Tinderbox Usersynopsis=The ANONYMOUS SASL mechanism provides the ability for clients to perform an anonymous bind using a SASL mechanism.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox Userdescription=The only real benefit that this provides over a normal anonymous bind (that is, using simple authentication with no password) is that the ANONYMOUS SASL mechanism also allows the client to include a trace string in the request. This trace string can help identify the application that performed the bind (although since there is no authentication, there is no assurance that some other client did not spoof that trace string).
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox Userproperty.enabled.synopsis=Indicates whether the SASL mechanism handler is enabled for use.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox Userproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.