| Filip Pytloun | e2578b3 | 2017-06-13 11:39:48 +0200 | [diff] [blame] | 1 | # |
| 2 | # This class defines Mirantis users. To crypt user password, use this command: | ||||
| 3 | # echo "{CRYPT}$(mkpasswd --rounds 500000 -m sha-512 --salt `head -c 40 /dev/random | base64 | sed -e 's/+/./g' | cut -b 10-25` 'password')" | ||||
| 4 | # | ||||
| 5 | classes: | ||||
| 6 | - system.openldap.client.people | ||||
| 7 | - system.openldap.client.groups.mirantis | ||||
| 8 | parameters: | ||||
| 9 | openldap: | ||||
| 10 | client: | ||||
| 11 | entry: | ||||
| 12 | people: | ||||
| Oleg Gelbukh | f8636cd | 2018-04-20 23:15:14 +0000 | [diff] [blame] | 13 | entry: {} |