Hello Stefan, no worries and thank you for a quick reply and directing me, where I should edit files manually as a workaround. I’ve even managed to edit filter to see only users from the group I need.
I’m glad it’s known and you’re already working on it. I can wait for the full functionality when it’s available. Thank you and have a nice one. JV > On 12. 7. 2023, at 16:28, Stefan Sterz <[email protected]> wrote: > > Sorry just noticed I accidentally replied off-list, so here it is again > on-list: > > Yeah, this is a known problem in PBS 3.0 that I am currently trying to > solve [1]. As a workaround you should be able to edit the file > `/etc/proxmox-backup/domains.cfg` directly and add your LDAP > configuration there. Sorry for the inconvenience. > > Something like this should work: > > ldap: ldap > base-dn dc=economia,dc=cz > bind-dn CN=<redacted>,CN=Users,DC=economia,DC=cz > mode ldap > server1 <server> > server2 <fallback> > user-attr sAMAccountName > > You also need to add your bind password unter > `/etc/proxmox-backup/ldap_passwords.json` like so: > > { > "ldap": "<password>" > } > > Obviously you need to replace the values between the "<>" brackets with > your actually configuration. > > [1]: https://forum.proxmox.com/threads/pbs-ldap-issue.130199/#post-570923 > _______________________________________________ pve-user mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
