I am writing a web servlet that will authenticate users against Domino LDAP. I think I’ve got it mostly working at this point. I’m having a problem with groups though. The security framework I’m using in my servlet converts a user’s groups in Domino to roles that I then use to control access to the web application. I add a user to a group and then authenticated as that user, but it doesn’t appear that Domino has picked up the user being in the group now. If I authenticate with a user that was already in that group from a long time ago, it works just fine. So is there some kind of task I need to run in Domino so that LDAP recognizes the new group the user belongs to? Do I just need to restart LDAP?
thank you.