Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose SID Attribute #60

Closed
redeux opened this issue Dec 16, 2020 · 1 comment
Closed

Expose SID Attribute #60

redeux opened this issue Dec 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@redeux
Copy link
Contributor

redeux commented Dec 16, 2020

Description

A Security Identifier (commonly abbreviated SID) is a unique, immutable identifier of a user, user group, or other security principal. A security principal has a single SID for life (in a given domain), and all properties of the principal, including its name, are associated with the SID. This design allows a principal to be renamed (for example, from "Jane Smith" to "Jane Jones") without affecting the security attributes of objects that refer to the principal.

References

https://social.technet.microsoft.com/wiki/contents/articles/20590.management-of-sids-in-active-directory.aspx

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@redeux redeux added the enhancement New feature or request label Dec 16, 2020
koikonom pushed a commit that referenced this issue Jan 20, 2021
Add a computed field that holds an object's SID.
This applies to user, group, and computer resources and datasources.

Closes #60.
@ghost
Copy link

ghost commented Feb 21, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Feb 21, 2021
nooop3 pushed a commit to nooop3/terraform-provider-ad that referenced this issue Oct 10, 2022
Add a computed field that holds an object's SID.
This applies to user, group, and computer resources and datasources.

Also fixes a bug in the ad_user datasource caused after renaming the `guid` field to `user_id`.
Closes hashicorp#60.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant