This topic is locked
[SOLVED]

 Add Existing User To Group

4/17/2018 11:43:59 AM
ASPRunner.NET General questions
I
i.NoLim author

I'm attempting to use Dynamic Permissions on my web application. Group permissions are store in the default db tables: app_ugrights, app_ugmembers, app_uggroups.
I added 2 new groups from AD by going to "Admin Area" > "Add group" and selecting 1) Admins and 2) Users. When I go to app_uggroups "Admin" has the "Group ID" '1' and "Users" has the "Group ID" '2.'
I am now attempting to add a new admin by going to app_ugmembers, clicking "Add new," entering the user's credentials and entering '1' as the "Group ID. Unfortunately, this did not work. Am I missing something? Or is that not the right way to do it?
I was trying to follow this, https://www.xlinesoft.com/asprunnernet/docs/dynamic_permissions.htm, but the different groups displayed as columns is not what is shown in my "members_list" page.

Pete K 4/18/2018

If you are using AD, you can't add users using your ASPRunner.NET application. You can only manage access via AD groups. You will have to manage users / group membership in AD itself.

I
i.NoLim author 4/18/2018

Thank you very much for that info Pete.