Hi!
That was a mistake...I also tried that... But it didn't make any sense. I also
add some login modules to auth.conf of client and add an auth.conf to server.
/client/auth.conf
.....
.....
client-login {
org.jboss.security.ClientLoginModule required;
};
portal {
org.jboss.security.ClientLoginModule required;
org.jboss.security.auth.spi.DatabaseServerLoginModule required;
};
other {
// jBoss LoginModule
org.jboss.security.ClientLoginModule required;
org.jboss.security.auth.spi.DatabaseServerLoginModule required;
// Put your login modules that need jBoss here
};
/server/auth.conf
....
....
client-login
{
org.jboss.security.ClientLoginModule required;
};
jbossportal
{
org.jboss.security.PortalLoginModule required;
org.jboss.security.auth.spi.DatabaseServerLoginModule
required
dsJndiName="java:/PortalDS"
principalsQuery="Select Password from Principals where PrincipalID =?"
rolesQuery="Select Role 'Roles', RoleGroup 'RoleGroups' from Roles where
PrincipalID =?"
;
};
Can you please tell me anything wrong with that .conf files.
Thanx...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932027#3932027
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932027
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user