2005-05-25 17:31:24 UTC
i managed to use jguard authorization with mysql. i couldnt set authentication with mysql.
<init-param>
<param-name>securityModule</param-name>
<param-value>net.sf.jguard.loginmodules.MySQLLoginModule</param-value>
</init-param>
i set this. i get this error.
java.lang.SecurityException: Configuration Error:
Line 59: expected [option key]
at com.sun.security.auth.login.ConfigFile.<init>(Unknown Source)
is not it possible to use jguard with mysql without using java.home lib settings. assume that i can not touch jre files.