Hi,
Does anybody know if there's a hard limit on the number of users that the LDAP sync in Proxmox can do? Or is the below a bug?
I have a Proxmox 6.4 cluster, and I'm trying to an LDAP sync as follows:
However, after running through the list of users, it then gives an error message:
I checked, and there isn't a file /etc/pve/user.cfg.tmp/238030, so I assume it got cleaned up.
I'm not super familiar with Perl file handling - is this a language limit, or something in our code?
Thanks,
Victor
Does anybody know if there's a hard limit on the number of users that the LDAP sync in Proxmox can do? Or is the below a bug?
I have a Proxmox 6.4 cluster, and I'm trying to an LDAP sync as follows:
Code:
pveum realm sync "anguslab.io" --full --purge --scope both
Code:
Warning: unable to close filehandle GEN3 properly: File too large at /usr/share/perl5/PVE/Tools.pm line 248.
syncing users and groups failed: unable to write '/etc/pve/user.cfg.tmp.238030' - File too large
I'm not super familiar with Perl file handling - is this a language limit, or something in our code?
Thanks,
Victor