Filip Pytloun | 8cdc38d | 2017-03-27 23:06:54 +0200 | [diff] [blame^] | 1 | classes: |
| 2 | - system.openldap.client.people |
| 3 | - system.openldap.client.groups.admins |
| 4 | parameters: |
| 5 | openldap: |
| 6 | client: |
| 7 | entry: |
| 8 | people: |
| 9 | entry: |
| 10 | admin: |
| 11 | attr: |
| 12 | uid: admin |
| 13 | userPassword: ${_param:openldap_admin_password} |
| 14 | uidNumber: 20001 |
| 15 | gidNumber: ${openldap:client:entry:groups:entry:admins:attr:gidNumber} |
| 16 | gecos: Administrator |
| 17 | givenName: Charlie |
| 18 | sn: Root |
| 19 | homeDirectory: /home/admin |
| 20 | loginShell: /bin/bash |
| 21 | classes: |
| 22 | - posixAccount |
| 23 | - inetOrgPerson |
| 24 | - top |
| 25 | - shadowAccount |