Imported sources.

This commit is contained in:
2026-05-04 07:07:52 +02:00
commit a3f3105081
26 changed files with 12475 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
dn: cn={{ name }},ou={{ group_ou }},{{ base_dn }}
changeType: modify
add: member
{% for uid in uids -%}
member: uid={{ uid }},ou={{ member_ou }},{{ base_dn }}
{% endfor %}