| classes: | |
| - system.openldap.client.groups | |
| parameters: | |
| openldap: | |
| client: | |
| entry: | |
| groups: | |
| entry: | |
| admins: | |
| attr: | |
| description: Administrators | |
| gidNumber: 20001 | |
| memberUid: | |
| - admin | |
| classes: | |
| - posixGroup | |
| - top | |
| # TODO: Cannot set memberOf attributes in our LDAP yet | |
| # member: | |
| # - cn=admin,ou=people |