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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...