• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JBoss LdapLoginModule always connects to localhost

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm trying to setup security for ejbs based on LDAP. I created a demo-EJB "SecuirtyTest" and setup all configuration. When I try to login with the client, the LDAPLoginModule tries to connect to localhost although I configured a different server. It seems that it doesn't use the LDAPLoginModule configuration. But the xml-File is definitly parsed by the server.
Any ideas why this is not working?

The the META-INF/jboss.xml contains:



The login-config.xml contains:



The client application looks like


and the login.conf contains
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic