You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried porting the backend part of the CVAT code to my machine . First , I tried with "authentication" from the path cvat-develop->cvat->apps->authentication .
when I try to login with LDAP, I get this error.
OperationalError at /admin/login/ no such table: auth_user Request Method: POST Request URL: http://127.0.0.1:7000/admin/login/?next=/admin/ Django Version: 3.2.6 Exception Type: OperationalError Exception Value: no such table: auth_user Exception Location: D:\develop\env\lib\site-packages\django\db\backends\sqlite3\base.py, line 423, in execute Python Executable: D:\develop\env\Scripts\python.exe
Here is the LDAP code that I pasted inside settings.py file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried porting the backend part of the CVAT code to my machine . First , I tried with "authentication" from the path cvat-develop->cvat->apps->authentication .
when I try to login with LDAP, I get this error.
OperationalError at /admin/login/ no such table: auth_user Request Method: POST Request URL: http://127.0.0.1:7000/admin/login/?next=/admin/ Django Version: 3.2.6 Exception Type: OperationalError Exception Value: no such table: auth_user Exception Location: D:\develop\env\lib\site-packages\django\db\backends\sqlite3\base.py, line 423, in execute Python Executable: D:\develop\env\Scripts\python.exe
Here is the LDAP code that I pasted inside settings.py file.
I followed this below link to integrate the LDAP
https://linuxamination.blogspot.com/2021/07/django-authentication-using-ldap-users.html
Beta Was this translation helpful? Give feedback.
All reactions