IMPROVEMENTS:
- Data Source:
ad_user
: Adddistinguished_name
attribute to data source. - Data Source:
ad_group
: Adddistinguished_name
attribute to data source. - Resource:
ad_group
: Adddistinguished_name
attribute to resource. - Resource:
ad_user
: Adddistinguished_name
attribute to resource. - provider: Ability to define a specific domain controller.
- provider: Support for authentication via Kerberos keytab files
FEATURES:
- Provider: Support for "Double Hop" authentication (#117)
IMPROVEMENTS:
- Data Source:
ad_computer
: Introducecomputer_id
field. (#118) - Data Source:
ad_ou
: Introduceou_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)
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)
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 attributegroup_id
instead ofguid
. (#69) - Resource:
ad_user
datasource now use the attributeuser_id
instead ofguid
. (#69)
BUGFIXES:
- Resource:
ad_group_membership
uses parameterMembers
instead ofMember
. (#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)
FEATURES:
- New Auth method: The provider now supports Kerberos authentication.
- New Auth method: The provider now supports NTLM authentication. (#56)
FEATURES:
- New Resource:
ad_group_membership
BUGFIXES:
- Resource:
ad_user
now supports moving users between containers (#49)
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)
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