Proxmox v8.2.10
I tried setting up AD integration per this article: https://forum.proxmox.com/threads/h...cluster-to-an-active-directory-domain.100395/
But, when I try to log into Proxmox with an AD user, it returns "Login failed.". When I check syslog, I see these errors:
It seems like the username is not being appropriately passed to the AccessControl script. Has anyone seen this before?
Thank you!
I tried setting up AD integration per this article: https://forum.proxmox.com/threads/h...cluster-to-an-active-directory-domain.100395/
But, when I try to log into Proxmox with an AD user, it returns "Login failed.". When I check syslog, I see these errors:
Code:
Use of uninitialized value $username in concatenation (.) or string at /usr/share/perl5/PVE/API2/AccessControl.pm line 303.
authentication failure; rhost=::ffff:10.130.41.116 user= msg=user name '' is too short
It seems like the username is not being appropriately passed to the AccessControl script. Has anyone seen this before?
Thank you!