X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_sasl.rst;h=30aa72ca7ed2f72e48d6f87fa90816dda5b5efb8;hb=5ee06c299a110bf610dc148580e585a8f217a22b;hp=1994c7515fae897ffd4f63c5426deb6985c200c8;hpb=1eae35aca01e152e10113cd97b7571ebd6eb5bd9;p=m6w6%2Flibmemcached diff --git a/docs/memcached_sasl.rst b/docs/memcached_sasl.rst index 1994c751..30aa72ca 100644 --- a/docs/memcached_sasl.rst +++ b/docs/memcached_sasl.rst @@ -1,32 +1,25 @@ -.. highlight:: perl +============ +SASL support +============ -**** -NAME -**** - - -memcached_set_sasl_callbacks, memcached_get_sasl_callbacks, -memcached_sasl_set_auth_data, memcached_destroy_sasl_auth_data - SASL support - - -******* +------- LIBRARY -******* +------- C Client Library for memcached (libmemcached, -lmemcached) -******** +-------- SYNOPSIS -******** +-------- .. code-block:: perl - #include + #include void memcached_set_sasl_callbacks(memcached_st *ptr, const sasl_callback_t *callbacks) @@ -40,9 +33,9 @@ SYNOPSIS -*********** +----------- DESCRIPTION -*********** +----------- libmemcached(3) allows you to plug in your own callbacks function used by @@ -63,9 +56,9 @@ before enabling it in libmemcached, and you have to shut down libsasl by calling sasl_done() when you are done using SASL from libmemcached. -****** +------ RETURN -****** +------ memcached_get_sasl_callbacks() returns the callbacks currently used @@ -73,27 +66,28 @@ by this memcached handle. memcached_get_sasl_set_auth_data() returns MEMCACHED_SUCCESS upon success. -**** +---- HOME -**** +---- To find out more information please check: `http://libmemcached.org/ `_ -****** +------ AUTHOR -****** +------ + +Brian Aker, Trond Norbye, -******** +-------- SEE ALSO -******** - +-------- -memcached(1) libmemcached(3) +:manpage:`memcached(1)` :manpage:`libmemcached(3)` :manpage:`memcached_strerror(3)`