[jboss-dev-forums] [Design of Security on JBoss] - SSO LdapLoginProvider activates an identity based on the Sur

aamonten do-not-reply at jboss.com
Fri Apr 4 18:08:27 EDT 2008


Hi,
At the Federated SSO I'm wondering if its intentionally that the Surname in the LDAP is used to define that an Identity is active.

 
  | String cour = rs.getString("sn");
  | boolean active = (new Boolean(cour)).booleanValue();
  | ...
  | identity.setActive(active);
  | 
If not, what should be used? so the code could be fixed.

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

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



More information about the jboss-dev-forums mailing list