Hi,
I'm setting up ldap sync on PVE as below, my understanding is I'm setting up the User classes and Group classes so that users and groups with that objectClass would be fetched regardingly.
However with the User Filter and Group Filter, I want to fetch groups starts with pve_ and all users without a filter, but the UI doesn't allow me to do that with an error:
My question is, can I just sync all users with those User classes setup above?
I can add something like (objectClass=posixAccount) into the User Filter to fix the error prompt, but that will somehow duplicate the purpose of User classes setup right?


I'm setting up ldap sync on PVE as below, my understanding is I'm setting up the User classes and Group classes so that users and groups with that objectClass would be fetched regardingly.
However with the User Filter and Group Filter, I want to fetch groups starts with pve_ and all users without a filter, but the UI doesn't allow me to do that with an error:
Code:
Parameter verification failed. (400)
delete: invalid format - invalid configuration ID 'filter,sync_attributes'
My question is, can I just sync all users with those User classes setup above?
I can add something like (objectClass=posixAccount) into the User Filter to fix the error prompt, but that will somehow duplicate the purpose of User classes setup right?

