Hello,

I'm trying to configure JBoss to authenticate against an LDAP server.
I'm almost completely new to JBoss. 

Has anyone actually done this? 

Can it be done?

I've altered the auth.conf, please see below. 

Does this look correct?

Any help would be very much appreciated. There doesn't seem to be much
information regarding this area around.

Many thanks
Andrew


mybean 
 {
        org.jboss.security.plugins.samples.LdapLoginModule required
param1="value1" param2="value2";
 };

 testLdap 
 {
        org.jboss.security.plugins.samples.LdapLoginModule
        java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
        uidAttributeID=userid
        roleAttributeID=rolenames
        java.naming.provider.url=ldap://localhost:389/
        java.naming.security.authentication=simple
 };


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to