> > On Dec 8, 2015, at 7:41 AM, Chris Pike <[email protected]> wrote: > > How would you handle giving roles/permissions to all authenticated or > anonymous users in fortress?
The tricky part here is building a search filter that captures these two conditions. Before I can help, will need to know a bit moreā¦. What is the criteria for a user to be considered authenticated. For example, is a user considered authenticated if having bound with the directory within the last 5 minutes? Similarly what is the criteria for being considered an anonymous user? Which btw fortress prevents anonymous binds by default. Once we can define the search criteria, it will be a simple matter to write a custom program that assigns roles/permissions based on the results found. Shawn
