Database Table auth_user, how secure is the password field? #1130
-
Hi all, I'm currently running a Proof of Concept for Nautobot and have noticed it seems to be storing salted and hashed copies of our LDAP credentials in the database. The documentation is sadly pretty light on this subject. Can anyone confirm what the password field in auth_user is doing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Django-ldap-auth is used when authenticating through ldap. If the user is created through ldap, then per the django-ldap-auth docs an unusable password is set. https://django-auth-ldap.readthedocs.io/en/latest/users.html
|
Beta Was this translation helpful? Give feedback.
Django-ldap-auth is used when authenticating through ldap. If the user is created through ldap, then per the django-ldap-auth docs an unusable password is set.
https://django-auth-ldap.readthedocs.io/en/latest/users.html