Skip to content

Commit

Permalink
Fix Recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwickes committed Apr 20, 2022
1 parent 167ba43 commit ae23f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/ma1sd-extender/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ async def findUsers(request: Request):

# Do recursive directory listing if requested.
if recurse:
parsedBody["no_recursion"] = True
for domain in MA1SD_EXTENDER_FEDERATED_DOMAINS:
directoryListings.append(getDirectorySearch('https', domain, headers["authorization"], parsedBody))

Expand Down

0 comments on commit ae23f35

Please sign in to comment.