Skip to content

Commit

Permalink
Fix LDIF export
Browse files Browse the repository at this point in the history
  • Loading branch information
dnknth committed Aug 11, 2023
1 parent 6ee313e commit 62818b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ async def blob(attr: str, index: int, dn: str):

@app.route('/api/ldif/<path:dn>')
@no_cache
@authenticated
@connected
@authenticated
async def ldifDump(dn: str) -> quart.Response:
'Dump an entry as LDIF'

Expand Down

0 comments on commit 62818b6

Please sign in to comment.