Anita Bendelja

Results 5 comments of Anita Bendelja

@reynico which version of package do you use? I had the same issue using latest published version (2.7) but then I realised that this version doesn't support functionality which you...

@ntimo you mean user that is in LDAP admin group does not get authenticated as admin in Sentry? If you go to `/settings/sentry/members/` how do you see your user listed...

I see, one thing I noticed though, when searching for groups you use `groupOfNames`: ``` AUTH_LDAP_GROUP_SEARCH = LDAPSearch( 'OU=Sentry,OU=Security,DC=testdomain,DC=firm', ldap.SCOPE_SUBTREE, '(objectClass=groupOfNames)' ) ``` But you set `AUTH_LDAP_GROUP_TYPE` to `GroupOfUniqueNamesType()` if...

Sounds like import error? Did you imported it `from django_auth_ldap.config import LDAPSearch, GroupOfNamesType`?

Huh I'm out of ideas :(, but I would validate that group queries are proper towards LDAP. Did you tried to run Sentry in debug mode? If so what are...