mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #531] Use apache LDAP for authentication - skip webvirtmgr auth #396
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 @IlGab78 on GitHub (Mar 24, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/531
Hi all,
/manager-area" that authenticate administrative users using LDAP.I'm using webvirtmgr with mod_wsgi in apache 2.4, it works very well.
My webvirtmgr runs in a server with several web interfaces for different services, and all my interfaces are under a "http://
In this way I have to authenticate only once and I can access all my stuff.
Is there any way to skip Webvirtmgr user request as I'm already authenticate with apache LDAP?
Thx for answers
@bsavelev commented on GitHub (Mar 27, 2015):
try https://docs.djangoproject.com/en/1.5/howto/auth-remote-user/