pull ldap auth/sync code from pmg/pve into pve-common

the next steps are to provide 'ldap+starttls' for pve (needs new config
option) and a ldap sync for pve (in the works)

pve-common:

Dominik Csapak (1):
  add LDAP Wrapper code

 src/Makefile    |   1 +
 src/PVE/LDAP.pm | 254 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 255 insertions(+)
 create mode 100644 src/PVE/LDAP.pm

pve-access-control:

Dominik Csapak (1):
  use PVE::LDAP module instead of useing Net::LDAP directly

 PVE/Auth/AD.pm   | 44 +++++++++------------------------
 PVE/Auth/LDAP.pm | 64 +++++++++++++++---------------------------------
 2 files changed, 32 insertions(+), 76 deletions(-)

pmg-api:

Dominik Csapak (1):
  use new PVE::LDAP instead of Net::LDAP directly

 src/PMG/LDAPCache.pm | 299 ++++++++++++++-----------------------------
 1 file changed, 93 insertions(+), 206 deletions(-)

-- 
2.20.1


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to