]> git.proxmox.com Git - pve-access-control.git/commit
LDAP sync: bail if there is no schema to verify an attribute's value
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 8 Feb 2024 12:13:45 +0000 (13:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 8 Feb 2024 14:59:31 +0000 (15:59 +0100)
commit793039db4da8c6bb5d947f0c5be4a9a28fd68854
treed9845d815a1cb75fcf3b3898e877cb5326b6795e
parent7abb20a1ead8b84dcf0620c11c72462d315f92ac
LDAP sync: bail if there is no schema to verify an attribute's value

Should not matter for now, but better to to catch explicitly, e.g., if
anybody ever adds new attributes or changes the default options names
without adapting this too.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Auth/LDAP.pm