mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #445] Error login #273
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ya-zero on GitHub (Jun 2, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/445
after run install.sh , login to webvirtcloud, I get an error
settings.py ldap is disable
i'm comment string # "webvirtcloud.ldapbackend.LdapAuthenticationBackend", and successful login.
full listen error
@yan97ao commented on GitHub (Jun 3, 2021):
temporary remove "webvirtcloud.ldapbackend.LdapAuthenticationBackend" from AUTHENTICATION_BACKENDS solve this problem.
ref:
github.com/retspen/webvirtcloud@e9b57bfcf7 (diff-36e3384992)@catborise commented on GitHub (Jun 3, 2021):
install required packages with pip. (Ldap3)
@Germwalker commented on GitHub (Jun 11, 2021):
I have the same problem on a fresh install, even with the Ldap3 package installed inside the venv with pip.
yan97ao's solution is working fine but i guess it's broking the LDAP support.
@catborise commented on GitHub (Jun 16, 2021):
it is fixed, works by now.