Django, LDAP & 'NSS Certificate DB' unable to login
- by Pepi
I am trying to connect to a remote ldap server. After the authenticate(), the terminal asks me about a pin, password of pass phrase for security token 'NSS Certificate DB'. What is this?
The LDAP server OS is CentOS.
Django + django-auth-ldap
In [1]: from django_auth_ldap.backend import LDAPBackend
In [2]: ldap = LDAPBackend()
In [3]: from…