charles
charles
LLLDAP
Created by charles on 8/31/2023 in #troubleshooting
Hello all, wanted to seek some guidance on my L...
Hehe, will look into it, would love to try and pick up some rust so I can pass a PR on for this. That said yeah time is a hard commodity to come by these days 🙂
16 replies
LLLDAP
Created by charles on 8/31/2023 in #troubleshooting
Hello all, wanted to seek some guidance on my L...
[Which I would guess also kinda wanders outside of the aim of lldap as a project, but feel free to correct me.]
16 replies
LLLDAP
Created by charles on 8/31/2023 in #troubleshooting
Hello all, wanted to seek some guidance on my L...
Gotcha, yeah in my case at least for at home, my original queries (above) are working just great. Kinda thinking out loud as this doesn't seem to scale well, for 10s or 100s of groups.
16 replies
LLLDAP
Created by charles on 8/31/2023 in #troubleshooting
Hello all, wanted to seek some guidance on my L...
Reading some of the proxmox support issue though, and trying to educate myself, is it usually better to have permissions/groups be additative (IE everyone has proxmox_user, then admins have proxmox_admin?) It seems like "it depends" as in each app is setup a little differently.
16 replies
LLLDAP
Created by charles on 8/31/2023 in #troubleshooting
Hello all, wanted to seek some guidance on my L...
(&(objectClass=groupofnames)(cn=proxmox_*))
(&(objectClass=person)(memberof=cn=proxmox_*,ou=groups,dc=example,dc=com))
(&(objectClass=groupofnames)(cn=proxmox_*))
(&(objectClass=person)(memberof=cn=proxmox_*,ou=groups,dc=example,dc=com))
Are kinda what I am aiming for, would like to copy all groups that start with proxmox_*, and then copy all users that are members of proxmox_* groups.
16 replies
LLLDAP
Created by charles on 8/31/2023 in #troubleshooting
Hello all, wanted to seek some guidance on my L...
Aye, that definitely helps my understanding, will included this bit. Proxmox seems quite forgiving with my queries here (although doesn't like wildcards [* or %])
16 replies