diff options
| author | Robert Orr <robert@coffeezombie.com> | 2025-10-16 11:12:14 -0700 |
|---|---|---|
| committer | Robert Orr <robert@coffeezombie.com> | 2025-10-17 11:37:58 -0700 |
| commit | 7987c3d069ea6c2adb3c06d4bada0cef1121948b (patch) | |
| tree | 6ced64e6a150f5fd4d8d72194258a8655eeb7d7d /services/accounts/ldif/add2group.ldif | |
| parent | aad528d1b211e64ffe3f5688c141d442d7fa081a (diff) | |
Modify openldap.nix to get rid of tabs.
First try at openldap configuration. also an initial ISL.ldif and some example ldif and a list of commands that work when run on the server itself. Also, some different example ldif files Change-Id: I0d702410fbf5a6aa4c626e4f1fc233bb72bad4e5
Diffstat (limited to 'services/accounts/ldif/add2group.ldif')
| -rw-r--r-- | services/accounts/ldif/add2group.ldif | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/services/accounts/ldif/add2group.ldif b/services/accounts/ldif/add2group.ldif new file mode 100644 index 0000000..a087887 --- /dev/null +++ b/services/accounts/ldif/add2group.ldif @@ -0,0 +1,5 @@ +# add user to existing group = change uid=alice +dn: cn=admins,ou=groups,dc=example,dc=com +changetype: modify +add: member +member: uid=DUMMY,ou=people,dc=example,dc=com |