Hello Together,
I have AD Group with 3000 plus users to be added in to LDAP settings in to splunk, But Users are not getting loaded when in connect the AD Group.
At the same time, if i use AD Groups with less user and then Iam able to see the users in splunk.
I use the following command in my configuration
user base DN = dc=abc,dc=com
userbase filter = (objectClass=user)
Group Base DN = dc=abc,dc=com
Static group search filter = (&(objectClass=group)(|(cn=AB_01_Splunk_users)(cn=AB_02_domainUsers)))
Group name attribute = cn
AB_02_domainUsers has 3000 plus users and where as AB_01_Splunk_users has only 50 users.
CN for groups as :
CN=AB_01_Splunk_users,OU=Securitygroups,OU=Itspmg,OU=Applications,DC=abc,DC=com
CN=AB_02_domainUsers,CN=Users,DC=in,DC=abc,DC=com
Thanks
... View more