Hello, I have begun using GADS to move users from our Active Directory into GAFE. I was able to get started and I can run a test import and I can see all the staff members, since one of the search rules is looking for email addresses. I can't seem to make the search rules find students. I go into the user accounts, search rules and I have been trying to add this rule to get students who are a member of this security group
(&(objectCategory=user)(memberof=CN=Example-Students,OU=Security Groups,OU=LPSD Groups,DC=example,DC=k12,DC=co,DC=us))
and I get the error message "FAILURE : Failed to execute query because the object at Base DN: "OU=Example Groups,DC=Example,DC=k12,DC=co,DC=us" is missing or inaccessible. I left the base DN blank, and I have tried the full DN with the OU of the security group, both don't work.
This isn't making sense to me, as there is an OU with the name under the base DN of DC=example, DC=k12,DC=co,DC=us. I can successfully connect with this base DN on the LDAP configuration tab. I feel like I am missing a big concept that is not here to make this work.
I don't know a lot about LDAP queries or GADS, but I think I am missing something in maybe the org units tab that I need to make this user search work.
I wanted to not mess with the org units tab, as I wanted a mostly 1-1 import, with some exclusions to take care of odds and ends. I think I have some exclusions working, to keep disabled and test users from the import.
I would be happy to post more details, but I don't yet know what is relevant and what is not to my problem.
Thank you for taking the time to read this.
UPDATE: I found out part of the issue. We don't have student email right now so the query that was looking for the AD "mail" attribute didn't see that with students and was not importing them. I changed that to "user Principal name" and it's a start.