we have configured the below mentioned details to RatticDB config file, but LDAP not working, please help on this.
# LDAP Settings
uri = ldap://ip:389
binddn =
bindpw =
userbase = ou=Users,dc=Domain,dc=com
userfilter = (&(sAMAccountName=%(user)s)(memberOf:1.2.840.113556.1.4.1941:=cn=Staff,ou=Groups,dc=domain,dc=com))
groupbase = ou=Users,dc=domain,dc=com
groupfilter = (objectClass=groupOfNames)
grouptype = ActiveDirectoryGroupType
staff = cn=Staff,ou=Users,dc=domain,dc=com
requirecert = False
loglevel=DEBUG
In AD we configured as Domain.com->users(OU)->Staff(group).
Regards,
Ugandhar