[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

salaboy21 do-not-reply at jboss.com
Fri Apr 4 16:38:39 EDT 2008


Another thing that you could look is the user name in the sso.cfg.xml
mine for open ldap is 
cn=admin,dc=nodomain 
look for the dc=nodomain 
And yes .. sn is hardcoded 
look at the following lines in the LDAPLoginProvider.java: 
           
      ;
  |                 String cour = rs.getString("sn");
  |                 boolean active = (new Boolean(cour)).booleanValue();
  |        


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141750#4141750

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141750



More information about the jboss-user mailing list