The digest algorithm property is "digest-algorithm", surprisingly
"asadmin help create-auth-realm" doesn't show all the available
properties...
Felipe Gaścho wrote:
> asadmin create-auth-realm --classname
> com.sun.enterprise.security.auth.realm.jdbc.JDBCRealm --property
> user-name-column="login":password-column="password":group-name-column="groupId":jaas-context=jdbcRealm:datasource-jndi="jdbc/arena":group-table="GROUPTABLE":user-table="USERTABLE"
> "ArenaRealm"
>
> how to include digest-algorithm ?
>
> where to find all the properties keys ?
>
>