You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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`.
Closeshashicorp#60.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: