Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:lsmcd:sasl [2018/06/05 18:11]
Robert Perper [LSMCD Security Using SASL]
litespeed_wiki:lsmcd:sasl [2018/07/23 20:09]
Robert Perper [Configure for Python]
Line 7: Line 7:
  
 There are a number steps to configuring LSMCD to operate with SASL: There are a number steps to configuring LSMCD to operate with SASL:
-   * Enable SASL in your lsmcd.conf file+   * Enable SASL in your node.conf file
    * Create and configure a SASL configuration file    * Create and configure a SASL configuration file
    * Create and configure a user database.    * Create and configure a user database.
Line 69: Line 69:
  
 If you do not use the ''​$mem_var->​setSaslAuthData('​user',​ '​password'​);''​ line, then this example will work for non-SASL environments as well. If you do not use the ''​$mem_var->​setSaslAuthData('​user',​ '​password'​);''​ line, then this example will work for non-SASL environments as well.
 +
 +==== Configure for Python ====
 +There are a number of external classes for Python access to memcached. ​ However, only the Python Binary Memcached client https://​python-binary-memcached.readthedocs.io/​ has been certified by LiteSpeed to work with LSMCD in SASL mode.  Installation and use is fully described on their web site.
  • Admin
  • Last modified: 2019/02/25 13:32
  • by Robert Perper