JBoss Community

Re: Custom jdbc login module for remoting

created by Daniel Jipa in JBoss AS 7 Development - View the full discussion

If I set

 

<connector name="remoting-connector" socket-binding="remoting" security-realm="MyAppRealm"/>

 

I only get a client exception:

 

javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed

 

and nothing in logs.

 

when using

 

<connector name="remoting-connector" socket-binding="remoting" security-realm="ApplicationRealm"/>

 

the user in application-users.properties is validated but I still get the random passwords in my login module.

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community