]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Only need trunk for lookups if we don't have a cached DN
authorNick Porter <nick@portercomputing.co.uk>
Thu, 13 Apr 2023 15:43:25 +0000 (16:43 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 13 Apr 2023 18:28:02 +0000 (19:28 +0100)
commitc47e03cab52b8ca99b84dc53fc293037b9573a9d
treeb24a0d99400ff72892d0079df0526401bb2557bf
parent413083be9e03fc5aea21182a6a9a88d85a98c313
Only need trunk for lookups if we don't have a cached DN

If the cached DN is already in the control list, then there is no need
to perform any lookup queries - just the auth bind will be done, which
is not on the trunk used for queries.
src/modules/rlm_ldap/rlm_ldap.c