]> git.proxmox.com Git - pve-access-control.git/commit
fix #1612: give authenticate_user_ldap the realm on second server
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 11 Jan 2018 08:49:31 +0000 (09:49 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 11 Jan 2018 10:39:08 +0000 (11:39 +0100)
commitf4e7fc7bab401301b6ddecbf0f82070ef310bc25
tree45edd9548a05c01e95bbd4170084183fc7024451
parent16e50b59f9c66ac6d8b4832f5ace7d6eaa1e34b7
fix #1612: give authenticate_user_ldap the realm on second server

this was missing and lead to 'use of unitialized value $realm...'
and a not working second server if a bindpw was defined

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Auth/LDAP.pm