RE: Question regarding thrift login api and relation to access.properties and passwd.properties

2012-08-15 Thread Dwight Smith
Tyler Thanks much From: Tyler Hobbs [mailto:ty...@datastax.com] Sent: Tuesday, August 14, 2012 3:49 PM To: user@cassandra.apache.org Subject: Re: Question regarding thrift login api and relation to access.properties and passwd.properties access.properties and passwd.properties are

Question regarding thrift login api and relation to access.properties and passwd.properties

2012-08-14 Thread Dwight Smith
The datastax documentation concisely describes how to configure and assure that the properties are used in client access. Question is this: if using the thrift api login, does C* use the Authentication class to determine access privileges based on the access/passwd properties? These questions

Re: Question regarding thrift login api and relation to access.properties and passwd.properties

2012-08-14 Thread Tyler Hobbs
access.properties and passwd.properties are only used by the example implementations, SimpleAuthenticator and SimpleAuthority. Your own implementation (which requires a custom class) certainly does not have to use these, it can use any other source to make the authn/authz decision. On Tue, Aug