mirror of https://github.com/sipwise/repoapi.git
Switch from AUTH_LDAP_USER_DN_TEMPLATE to AUTH_LDAP_USER_SEARCH, so we're more flexible: AUTH_LDAP_USER_DN_TEMPLATE builds the user's DN (Distinguished Name) directly from a template, without searching though (it assumes you know the exact DN structure). While being faster, it's also less flexible. AUTH_LDAP_USER_SEARCH on the other hand performs an LDAP search to find the user, and by enabling SCOPE_SUBTREE we can also enable recursion. This change is required to provide e.g. Jose from operations access to our repoapi. Also see MT#54080 for some historic information about those changes. Change-Id: I30b3a3a5801ec3321ac67e533c32e5d4682c1ce3mprokop/trixie
parent
60032927ba
commit
88b90e03b8
Loading…
Reference in new issue