March 4, 200916 yr Hi Guys, I have a user in two fm active directory groups, which are inturn is applied privilege sets in FileMaker. Is there a way I can obtain all the groups they are in, I've used the GetPrivilegeSet function, but this only obtains the the first group they are in. Many Thanks Jalz
March 5, 200916 yr The Get(PrivilegeSetName) function returns the name of the Privilege Set attached to the active Account. It is not intended to return any other information. FileMaker Server receives from the domain a list of all groups to which an authenticated user belongs. It then admits the user to the file with the first matching Group, based on authentication order as set in the file. Steven
March 6, 200916 yr Author Thanks Steven, I need to test this further, as what you have said is exactly what my boss has said, although my database seems to be behaving differently.
Create an account or sign in to comment