Re: Fwd: SASL Empty Mechlist Issue(Ubuntu Desktop)

2013-08-13 Thread İlim Uğur
correctly the client seems to be working but the server is not? Is this true even if you take vagrant + virtual box out of the equation, i.e, ubuntu on bare metal? Cheers, -- Vinod On Sun, Aug 11, 2013 at 10:50 PM, İlim Uğur ilimu...@gmail.com wrote: Hey, There is some progress

Re: Fwd: SASL Empty Mechlist Issue(Ubuntu Desktop)

2013-08-11 Thread İlim Uğur
Hey, There is some progress with the issue, and although it is not completely resolved yet, I wanted to let everyone hear about the progress. When Vinod and Jan mentioned setting up some common environment, I decided to try a tool I heard about, called Vagrant ( http://www.vagrantup.com/ ). It

Re: Fwd: SASL Empty Mechlist Issue(Ubuntu Desktop)

2013-07-31 Thread İlim Uğur
Hey, I worked some more on this issue. Still no luck, but I think I can provide a little more specific info on it. I did what Jan suggested about the sample-client and sample-server, and was able to authenticate via ANONYMOUS mechanism when I specified the path to the plugins. (i.e. although I

Re: Wiki Page for Mesos Authentication and Security Support

2013-07-31 Thread İlim Uğur
I am currently working on the code but I will be adjusting the project wiki appropriately tonight.(already 10pm here) Also, to my knowledge, the deadline for the mid-term evaluations is on August 2. - İlim 2013/7/29 Vinod Kone vinodk...@gmail.com Thanks for update Ilim! I agree that

Re: Fwd: SASL Empty Mechlist Issue(Ubuntu Desktop)

2013-07-28 Thread İlim Uğur
Ok. Here's how I reproduced the issue I'm having on sample-server and sample-client distributed with Cyrus SASL source, under /sample. I installed Cyrus SASL with the commands below. cd sasl_dir bootstrap ./configure sudo make sudo install I created the sample-client and sample server by these;

Updates on MESOS-418

2013-07-25 Thread İlim Uğur
Hey, As we get closer to the mid-term evaluations of Google Summer of Code, I am closer to adding authentication to Mesos. I have started coding the Authenticator interfaces for a client and a server. The code is on github(https://github.com/ilimugur/sasltrial). I am trying to get it working