I am using C SDK, libcouchbase. I can access default bucket. I am trying to use other bucket which has sasl password. What is the interface to pass bucket password?
Your help is greatly appreciated.
Thanks,
Sat, 11/17/2012 - 09:00
avsej
Offline
Joined: 06/15/2011
Groups: None
what version do you use? I recommend to take a look at tools/cbc.cc sources, and in particular how it is creating connection grep for 'lcb_create'. basically all you need is to provide a pass wort in create strict argument (this is for 2.0 release) or pass password argument to 'libcouchbase_create' if you are using 1.x release
what version do you use? I recommend to take a look at tools/cbc.cc sources, and in particular how it is creating connection grep for 'lcb_create'. basically all you need is to provide a pass wort in create strict argument (this is for 2.0 release) or pass password argument to 'libcouchbase_create' if you are using 1.x release
Find me on FreeNode IRC in #libcouchbase channel