Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Sync Role only works in DEV #85

Open
swade61970 opened this issue Apr 14, 2022 · 0 comments
Open

Question: Sync Role only works in DEV #85

swade61970 opened this issue Apr 14, 2022 · 0 comments

Comments

@swade61970
Copy link

swade61970 commented Apr 14, 2022

Question:

I can't get Sync Role to work on our PROD webserver. But it works on our DEV webserver.

Details:

We are using DNN for our INTRANET. We are running DNN Community 9.6.2 using version 7.2.0 of the DNN.ActiveDirectory module. We have a PROD and a DEV server.

We have a Root domain called DOMAIN.INT with two child domains CHILD1.DOMAIN.INT and CHILD2.DOMAIN.INT. Our users are in either CHILD1 or CHILD2 domains.

Our PROD DNN server is connected to the root domain - DOMAIN.INT.

Our DEV DNN server is connected to the child domain - CHILD1.DOMAIN.INT.

When a person goes to the DNN server, the module appears to lookup the AD groups for the person in their domain. In the instance of my user account, it loosk for groups in CHILD1.DOMAIN.INT. My AD groups assigned to me are say GROUP1, GROUP2.

Then the module looks to see if the user's AD group exists in the domain the Server is connected to.

In PROD, that domain is DOMAIN.INT. Since my AD groups GROUP1, GROUP2 don't exist, I'm not added to those roles in DNN.

In DEV, that domain is CHILD1.DOMAIN.INT. Since my AD groups GROUP1, GROUP2 do exist, I am added to those roles in DNN.

Is there a way to configure the DNN module to look at the root domain and both child domains when looking for groups to synch?

Steps to reproduce (if needed)

Other comments or remarks

@swade61970 swade61970 changed the title Sync Role only works in DEV Question: Sync Role only works in DEV Apr 14, 2022
@swade61970 swade61970 reopened this Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant