-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SASL support for session handler #47
Comments
1+ |
👍 |
1+ |
Ok, will work on this tomorrow. Is this still relevant? |
yes :) |
Ok, session sasl support is in master. Let me know if it works. |
Can you show us example .ini settings that allows you to use php sessions in memcached with SASL? |
Try:
Let me know how it goes. |
I have that via the CloudLinux php selector and I see sasl_on in phpinfo but not username and password, and I'm getting a denied error in my php session test file, as well as auth failed error in the memcached server log file. I have a memcached test file with the same ip, port, username, and password as the memcached ini settings and it works fine. |
Which version is it? I added these settings in the latest beta release. |
Ya, that would be it, thanks. Cloudlinux php selector has: memcached support enabled I have asked them to upgrade their rpms. Do I need to have set memcached.sess_binary=On as well? |
memcached.sess_binary=On should not make difference. If you turn on Sasl for sessions the binary protocol is turned on automatically. |
Thanks, do you know when the current beta version that supports SASL will go into stable? |
We released beta1 after large amount of changes so there has to be a small grace period to allow users to test. This far there has been no bug reports so I will most likely push out stable during the christmas break. |
Any update on when you will be pushing that beta to live? Cloudlinux wont compile it into an rpm for use on our servers as long as its in beta. Thanks! |
Hi, there is one open bug #116 which seems troublesome. Trying to see if that can be sorted before release. |
Do you think bug #116 is fixed now ? |
#126 has cropped up since |
Any update on a release date for the stable release, got some clients waiting for our service and it depends on this. Thanks for your hard work! |
I've been wanting to work on this for a while, but work life got on to way. I am pushing RC1 out now, if everything seems ok with that we can aim to release around 8th or 9th March. |
I haven't had any feedback whether this feature actually works in the real world. It would be nice to get some feedback on RC1 if you have hardware to test on. |
Ya I can test as soon as you release RC1 and let you know how it works, yet I dont see RC1 yet at http://pecl.php.net/package/memcached |
Any updates? |
I see RC1 on the site now, I will have the cloudlinux guys package it up and I will get it installed and tested and let you know within the next week. |
Hi, I apologize if this is a really obvious and stupid question. Just trying to get my project to work soon :) |
I don't really know anything about MemcacheSASL, Is it a library? |
Closing this as no feedback. Reopen if the issue persists. |
Hi,
There is (a rather undocumented) support for SASL in the client, but not in the session handler.
I think it will be useful to add SASL support for session handler. This way cloud based Memcached services which require SASL (like Northscale, Memcachier...) can be used as session storages.
The text was updated successfully, but these errors were encountered: