diff options
Diffstat (limited to 'docs/docsite/rst/administration/secret_handling.rst')
-rw-r--r-- | docs/docsite/rst/administration/secret_handling.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/administration/secret_handling.rst b/docs/docsite/rst/administration/secret_handling.rst index 41b35d7310..fb5eb86e8c 100644 --- a/docs/docsite/rst/administration/secret_handling.rst +++ b/docs/docsite/rst/administration/secret_handling.rst @@ -24,7 +24,7 @@ User passwords for local users ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AWX hashes local AWX user passwords with the PBKDF2 algorithm using a SHA256 hash. Users who authenticate via external -account mechanisms (LDAP, SAML, OAuth, and others) do not have any password or secret stored. +account mechanisms (SAML, OAuth, and others) do not have any password or secret stored. Secret handling for operational use ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |