Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

changelog.consumer.<provisioner-name>.<propertyName> = value

Bushy DNs

The DN of the group can be Bushy (one LDAP OU for each Folder/Stem of the group) by doing the following:

In the provisioner snippets below, the groups will be created hierarchically.  To get flatter group names, you can use the utils.bushyDn function.  For example:

Code Block
changeLog.consumer.<provisioner-name>.groupCreationLdifTemplate = 
Code Block
dn: cn=${group.name},${utils.bushyDn(group.name, "cn", "ou")},dc=example,dc=edu

...