2009/11/12 Ted Zlatanov <[email protected]>: > It sounds like JAAS is a bad idea. I'll use a modular auth system then, > with two simple implementations (XML file and LDAP) at first. The XML > file will hold account passwords (one-way hashed) and authorizations.
wouldn't it be simpler to just put the password hash in the keyspace definition? it's less enterprise but if you need something sophisticated you're probably going to use ldap anyway...
