pve-access-control/PVE
Dominik Csapak 72a9742b94 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>
2020-04-25 18:31:35 +02:00
..
API2 domain sync: make options actually required 2020-04-25 18:31:35 +02:00
Auth auth ldap/ad: introduce connection 'mode' 2020-04-25 18:31:35 +02:00
CLI api: domains: add user/group sync API enpoint 2020-03-21 16:05:15 +01:00
AccessControl.pm do not modify ACLs/Groups for missing users 2020-03-21 16:05:38 +01:00
Makefile API token: add (shadow) TokenConfig 2020-01-28 20:59:45 +01:00
RPCEnvironment.pm API: add 'permissions' API endpoint 2020-01-29 21:21:58 +01:00
TokenConfig.pm token: avoid undef warning if no tokens are configured 2020-04-15 17:14:01 +02:00