Skip to content

Releases: amfl/yodel

0.3.2

30 Aug 10:55
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Prerelease

Features

  • New config item, bind_username, which can be substituted into bind_dn for ease of use (#12)

0.3.0, 0.3.1

02 Jul 22:30
Compare
Choose a tag to compare
0.3.0, 0.3.1 Pre-release
Pre-release

Prerelease

(Note: 0.3.1 is only a change to the docker image, the yodel executable is the same as 0.3.0.)

Features

  • Supports listing a user's existing LDAP groups by omitting the ROLE_NAME parameter
  • Returns a non-zero exit code if a diff fails, for use in automation

0.2.0

30 Jun 05:04
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Prerelease

Usable, functional MVP.

Features

  • Can pass LDAP user and YAML role at command line
  • Produces YAML output

Fixes

  • Conforms with golint and go fmt