Skip to content

Commit

Permalink
preform -> perform
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke authored Oct 2, 2023
1 parent c6fecdc commit a1c5b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This method will authenticate the user's credentials against an LDAP server.

WARNING: To use LDAP you need to install `python-ldap <https://www.python-ldap.org>`_.

For a typical Microsoft AD setup (where all users can preform LDAP searches)::
For a typical Microsoft AD setup (where all users can perform LDAP searches)::

AUTH_TYPE = AUTH_LDAP
AUTH_LDAP_SERVER = "ldap://ldap.example.com"
Expand Down

0 comments on commit a1c5b7f

Please sign in to comment.