On Thu, Oct 27, 2011 at 3:25 PM, RobinUs2 <ro...@us2.nl> wrote: > It seems that org.apache.cassandra.auth.SimpleAuthenticator is missing in the > cassandra 1.0 binaries. Is this on purpose or did I found a bug?
>From NEWS.txt: - The SimpleAuthenticator and SimpleAuthority classes have been moved to the example directory (and are thus not available from the binary distribution). They never provided actual security and in their current state are only meant as examples. -Brandon