Hi,

Is there any documentation of how to configure SolrCloud Zookeeper using
SASL (on JBOSS 5). When I start SolrCloud on Jboss 5 I see WARN:

/"2013-07-16 21:38:17,425 INFO 
[org.apache.solr.common.cloud.ConnectionManager:157] (main) Waiting for
client to connect to ZooKeeper
2013-07-16 21:38:17,437 WARN 
[org.apache.zookeeper.client.ZooKeeperSaslClient:437]
(main-SendThread(localhost:2181)) Could not login: the client is being asked
for a password, but the Zookeeper client code does not currently support
obtai
ning a password from the user. Make sure that the client is configured to
use a ticket cache (using the JAAS configuration setting
'useTicketCache=true)' and restart the client. If you still get this message
after that, the TGT in the tick
et cache has expired and must be manually refreshed. To do so, first
determine if you are using a password or a keytab. If the former, run kinit
in a Unix shell in the environment of the user who is running this Zookeeper
client using the 
command 'kinit <princ>' (where <princ> is the name of the client's Kerberos
principal). If the latter, do 'kinit -k -t <keytab> <princ>' (where <princ>
is the name of the Kerberos principal, and <keytab> is the location of the
keytab file)
. After manually refreshing your cache, restart this client. If you continue
to see this message after manually refreshing your cache, ensure that your
KDC host's clock is in sync with this host's clock.
2013-07-16 21:38:17,438 WARN  [org.apache.zookeeper.ClientCnxn:949]
(main-SendThread(localhost:2181)) SASL configuration failed:
javax.security.auth.login.FailedLoginException: Password Incorrect/Password
Required Will continue connection 
to Zookeeper server without SASL authentication, if Zookeeper server allows
it."/

Any example or tutorial? I'd like to configure it to be secured :-)

Kowish




--
View this message in context: 
http://lucene.472066.n3.nabble.com/SolrCloud-Zookeeper-SaslClient-tp4078447.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to