GSLabDev / terraform-provider-ad

Automates the Active Directory resource creation during Infrastructure build using Terraform Provider.
Mozilla Public License 2.0
61 stars 31 forks source link

add dollar sign ($) at the end of sAMAccountName #16

Closed rickhlx closed 5 years ago

rickhlx commented 5 years ago

Seems to be that sAMAccountName requires a dollar sign at end appended to flag the object as a computer.

We encountered problems with duplicate records in AD using this provider. Determined this to be the cause.

rickhlx commented 5 years ago

Any chance of this getting merged soon? @samtholiya