Search results

  1. D

    LDAP: automatically add LDAP users to their LDAP groups

    Yes, open source (and Proxmox VE) is incredible! Tinkering with Proxmox has learned me so many new things :D Aaah, I see, I was just using the wrong group object, that explains a lot, lol. Okay, that makes a lot of sense. I understand. I have almost no experience with LDAP, which is probably...
  2. D

    LDAP: automatically add LDAP users to their LDAP groups

    Okay, after some digging through the source code (...), I think I've figured it out: The solution proposed by @t.lamprecht does indeed work, but the group object that you create must have an attribute with the name member (for a list) or uniqueMember (for only one specific user), if I'm getting...
  3. D

    LDAP: automatically add LDAP users to their LDAP groups

    Hello, I've now added the user to the LDAP group by their full DN, but nothing seems to have changed. The user is still not part of the automatically created specialtest-LDAP-local group. Any pointers? Regards, Jona
  4. D

    LDAP: automatically add LDAP users to their LDAP groups

    Hi, I'm trying to set up LDAP authentication and group+user syncing on my homelab proxmox VE server. The users and groups are imported just fine, but I cannot seem to get the sync tool to automatically add my users to the LDAP groups that are also imported. After scouring the wiki and googling...
  5. D

    [SOLVED] pct create with multiple SSH keys

    Hi, I'm trying to write a small script that'll automatically run "pct create" commands for me, so that I can set up containers a bit quicker and easily, and in order to figure out how promox' commands work. I have, however, run into a small issue: I can't figure out how to specify more than...