> > > The SASL authentication server works and is handing off connections to a > > patched beanstalkd. > > This is great! Is the code available somewhere for us to play with it?
Sure, see https://github.com/joncooper/beanstalkd/tree/sasl/bauthd Very much not ready to release; ack for TODO :) A few notes for anyone that wants to play with it right now - the socket is hardcoded in bauthd to /tmp/beanstalkd.sock - I added a -A parameter to beanstalkd to pass the socket path - the service name for SASL is bauthd - the 'realm' and 'digest_uri' in tryit.rb are nonsensical - tryit.rb starting at line 51 needs to be removed and some beanstalk commands put in; I have done that, but not checked it in. Please let me know your thoughts. I'm getting close to done ... I just would like to test vs a realistic OpenLDAP / saslauthd config, and setting that up is a huge pain in the ass. Jon -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
