After inspection of the database, the record simply is not inserted.
When the SQL statement is run manually, the user is added to the group as expected.
The groups show up correctly, the users show up correctly. But the groups do not have any users, even after an explicit user log in (I believe that process is dynamic).
After a user logs in, they should belong to the group, but the user count is still 0.
If I manually add the user to the group via the OWF admin tool, the user shows up in the group, but the desired functionality is automatic (since the user already belongs to the group in LDAP).
After integrating OWF with LDAP, the SQL statement here is not executing:
def addQuery = "INSERT INTO owf_group_people (person_id, group_id) VALUES (?, ?)"
in SecurityFilters.groovy
After inspection of the database, the record simply is not inserted.
When the SQL statement is run manually, the user is added to the group as expected.
The groups show up correctly, the users show up correctly. But the groups do not have any users, even after an explicit user log in (I believe that process is dynamic).
After a user logs in, they should belong to the group, but the user count is still 0.
If I manually add the user to the group via the OWF admin tool, the user shows up in the group, but the desired functionality is automatic (since the user already belongs to the group in LDAP).
Any ideas?
Thanks, Dan