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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to