Skip to content

Latest commit

 

History

History
99 lines (71 loc) · 4.91 KB

CHANGELOG.md

File metadata and controls

99 lines (71 loc) · 4.91 KB

0.4.4 (April 05, 2022)

IMPROVEMENTS:

  • Data Source: ad_user: Add distinguished_name attribute to data source.
  • Data Source: ad_group: Add distinguished_name attribute to data source.
  • Resource: ad_group: Add distinguished_name attribute to resource.
  • Resource: ad_user: Add distinguished_name attribute to resource.
  • provider: Ability to define a specific domain controller.
  • provider: Support for authentication via Kerberos keytab files

0.4.3 (June 10, 2021)

FEATURES:

  • Provider: Support for "Double Hop" authentication (#117)

IMPROVEMENTS:

  • Data Source: ad_computer: Introduce computer_id field. (#118)
  • Data Source: ad_ou: Introduce ou_id field. (#118)

BUGFIXES:

  • Docs: Fixed formatting issues (#100)
  • Resource: ad_group Fix issue when moving group (#109)
  • Resource: ad_group Fix issue when moving group (#112)
  • Resource: ad_ou Fix issue when moving OU (#105)

0.4.2 (April 21, 2021)

BUGFIXES:

  • Resource: ad_user: Fix bug when removing user attributes. (#77)
  • Resource: ad_group: Use correct command when updating AD groups. (#83)
  • Resource: ad_group: Fix category name. (#69)

FEATURES:

  • provider: Execute commands as current user when running on windows. (#80)

IMPROVEMENTS:

  • Resource: ad_computer: Add description attribute to resource. (#85)
  • Resource: ad_group: Add description attribute to resource. (#93)
  • Resource: ad_group, ad_user, ad_computer: Add a computed field that holds the object's SID. (#76)
  • provider: Upgraded the terraform plugin SDK version to 2.5.0
  • provider: Extract error messages from CLIXML. (#74)

0.4.1 (January 18, 2021)

BREAKING CHANGES:

If you are using the ad_group or ad_user datasources you will have to update some fields in your terraform configuration.

  • Resource: ad_group datasource now use the attribute group_id instead of guid. (#69)
  • Resource: ad_user datasource now use the attribute user_id instead of guid. (#69)

BUGFIXES:

  • Resource: ad_group_membership uses parameter Members instead of Member. (#68)
  • Kerberos Authentication: Kerberos now respects the protocol setting and correctly uses https when instructed, instead of always using http. (#66)

FEATURES:

  • Resource: ad_user: Added many standard attributes. (#63)
  • Resource: ad_user: Added support for custom attributes. (#73)

0.4.0 (December 17, 2020)

FEATURES:

  • New Auth method: The provider now supports Kerberos authentication.
  • New Auth method: The provider now supports NTLM authentication. (#56)

0.3.0 (November 06, 2020)

FEATURES:

  • New Resource: ad_group_membership

BUGFIXES:

  • Resource: ad_user now supports moving users between containers (#49)

0.2.0 (September 28, 2020)

IMPROVEMENTS:

  • Upgraded to the provider SDK v2.0.0 (#37)

BUGFIXES:

  • Resource: ad_gpo_security now sets the correct Machine Extension Name in the GPO (#43)

0.1.0 (July 29, 2020)

FEATURES:

  • New Resource: ad_user

  • New Resource: ad_group

  • New Resource: ad_computer

  • New Resource: ad_ou

  • New Resource: ad_gpo

  • New Resource: ad_gpo_security

  • New Resource: ad_gplink

  • New Datasource: ad_user

  • New Datasource: ad_group

  • New Datasource: ad_gpo

  • New Datasource: ad_computer

  • New Datasource: ad_ou