kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.1k stars 364 forks source link

[Request] LDAP Group Authentication/Admin Support #1212

Closed davama closed 1 year ago

davama commented 6 years ago

Currently on CentOS Linux release 7.4.1708 (Core)

Running:

ginger-2.4.0-0.el7.centos.noarch
kimchi-2.5.0-0.el7.centos.noarch
ginger-base-2.3.0-0.el7.centos.noarch
wok-2.5.0-0.el7.centos.noarch
openldap-2.4.44-5.el7.x86_64

Currently any valid user in ldap directory can access the web UI which works fine.

I can configure admin through /etc/wok/wok.conf file but by specifying specific usernames:

ldap_admin_id = "<uid>, <uid>"

Is it possible to add group support?

Thanks dave