Configure the 'jGuard.loginScheme' file
This file, located in the${java.home}/lib/security/myApplication{
net.sf.jguard.loginmodules.OracleLoginModule required
secured="false"
applicationPassword="mystery"
debug="true"
digestAlgorithm="MD5"
authenticationUrl="jdbc:postgresql://localhost:5432/DIABOLO"
authenticationLogin="Charles"
authenticationPassword="Charles"
authenticationDriver="org.postgresql.Driver"
authenticationDAOImpl="net.sf.jboard.model.reg.dao.AuthenticationHibernateDAO"
userImpl="net.sf.jguard.authentication.UserImpl"
roleImpl="net.sf.jguard.authentication.UserRoleImpl"
adminUserLogin="admin"
adminUserPassword="admin"
guestUserLogin="guest"
guestUserPassword="guest"
hibernateConfigFile="/authentication.cfg.xml"
autoInsert="true";
};
anotherApplication{
net.sf.jguard.loginmodules.XmlLoginModule required
secured="true"
applicationPassword="zap"
debug="true"
fileLocation="${java.home}${/}lib${/}security${/}jGuardUsersRoles.xml";
};
Version 1.3 last modified by Alex Jacobs on 02/03/2006 at 23:18
Document data
Attachments:
No attachments for this document
Comments: 0