]> git.proxmox.com Git - pve-access-control.git/commit
auth ldap/ad: introduce connection 'mode'
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 23 Apr 2020 06:47:18 +0000 (08:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Apr 2020 16:31:35 +0000 (18:31 +0200)
commit72a9742b94ae18570f3e1660594a85744dc9960c
tree4c242e333ea13a8d433e25fc9b40245bb5e50b74
parent055c54b5a20164d59c7288cc6a24f7ea2b597978
auth ldap/ad: introduce connection 'mode'

instead of having only a 'secure' flag which switches between
ldap/ldaps we now have a mode which also contains 'ldap+starttls'

our connection code in PVE::LDAP can handle this already (used in pmg)
so that is no problem

if we want to really remove the 'secure' flag, e.g. in 7.0
we'd either have to rewrite the config or have it as an error
in a pve6to7 script

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/Auth/AD.pm
PVE/Auth/LDAP.pm