Importing Active Directory Distribution Groups via LDAP Feed
We use an LDAP Import to bring in groups from Active Directory into the sys_user_group table in ServiceNow. The filter on the OU Definition start with "(&(objectClass=group)(|(sAMAccountName=..." followed by a lengthy list of group names. This is w...