terraform-provider-ldap icon indicating copy to clipboard operation
terraform-provider-ldap copied to clipboard

Don't skip RDNs when reading from LDAP. Just treat them like normal attributes

Open philsttr opened this issue 7 years ago • 0 comments

Fixes Issue #7

Skipping RDNs was causing 'terraform apply' to always attempt to add the RDN attribute for existing entries. And when terraform attempted to add the RDN attribute, the ldap server would complain that the attribute already existed.

I didn't see a reason why RDNs should be skipped when reading from LDAP, so I just removed the the logic to skip them.

philsttr avatar Jan 29 '18 18:01 philsttr