Ran into this around the time the bug was reported. The workaround I put in was to disable fetching groups when a user logs in. I added a every 5 minute cronjob for LDAP group sync, so the way it works is:
1) A new user User1 logs in 2) Cronjob runs within 5 minutes of 1) and updates group memberships for User1 3) User1 logs in again after 5 minutes and has group based access this time This works because fetching members of a group works fine. But fetching all groups for a user fails if just one group has a circular memberOf(?) relationship. Solves the problem in environments where you don't have a guarantee that circular memberships won't happen - I can dig up more details if you need. The fix will be very welcome of course! On Tuesday, June 21, 2016 at 11:14:02 PM UTC+10, Braven36 wrote: > > Thank you. I will look for it. > -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
