[Kimchi-devel] [PATCHv3 0/8] LDAP support
lvroyce at linux.vnet.ibm.com
lvroyce at linux.vnet.ibm.com
Mon Nov 10 07:09:44 UTC 2014
From: Royce Lv <lvroyce at linux.vnet.ibm.com>
Royce Lv (8):
Add configuration of LDAP
Split PAM and LDAP authentication
Add LDAP authentication
Fix test cases for authentication
Split users and groups for permission query
Move validation to authorizaiton
change vm permission tag
Update test model to fix user/group listing
contrib/DEBIAN/control.in | 1 +
contrib/kimchi.spec.fedora.in | 1 +
contrib/kimchi.spec.suse.in | 1 +
docs/README.md | 36 +++++-----
src/kimchi.conf.in | 17 +++++
src/kimchi/auth.py | 157 +++++++++++++++++++++++++++++++-----------
src/kimchi/config.py.in | 5 ++
src/kimchi/control/auth.py | 42 +++++++++++
src/kimchi/control/host.py | 14 ----
src/kimchi/i18n.py | 1 +
src/kimchi/model/auth.py | 136 ++++++++++++++++++++++++++++++++++++
src/kimchi/model/host.py | 19 -----
src/kimchi/model/vms.py | 42 ++++++-----
tests/test_model.py | 3 +-
tests/test_rest.py | 4 +-
tests/utils.py | 43 ++++++++----
16 files changed, 398 insertions(+), 124 deletions(-)
create mode 100644 src/kimchi/control/auth.py
create mode 100644 src/kimchi/model/auth.py
--
1.8.3.2
More information about the Kimchi-devel
mailing list