An Ansible Playbook to deploy OpenLDAP and FusionDirectory
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

11 lines
164B

  1. dn: {{ base_dn }}
  2. changetype: modify
  3. add: objectClass
  4. objectClass: gosaDepartment
  5. -
  6. add: ou
  7. ou: {{ description }}
  8. -
  9. add: description
  10. description: {{ description }}