Skip to content

Commit

Permalink
feat: [ocsf#1122] - ldap - moved active directory sid objects to ad p…
Browse files Browse the repository at this point in the history
…rofile
  • Loading branch information
PavelJurka committed Oct 22, 2024
1 parent 4c5bbcd commit 930248a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions objects/ldap_person.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"cost_center": {
"requirement": "optional"
},
"creator_sid": {
"requirement": "optional"
},
"created_time": {
"description": "The timestamp when the user was created.",
"requirement": "optional"
Expand Down Expand Up @@ -128,9 +125,6 @@
"object_guid": {
"requirement": "recommended"
},
"object_sid": {
"requirement": "recommended"
},
"office_location": {
"requirement": "optional"
},
Expand All @@ -148,9 +142,6 @@
"is_service_account": {
"requirement": "recommended"
},
"sid_history": {
"requirement": "optional"
},
"surname": {
"requirement": "optional"
},
Expand Down
9 changes: 9 additions & 0 deletions profiles/active_directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"consistency_guid": {
"requirement": "optional"
},
"creator_sid": {
"requirement": "optional"
},
"email_addr": {
"requirement": "optional",
"description": "Email address of the the user in Active Directory."
Expand All @@ -24,6 +27,9 @@
"is_deleted": {
"requirement": "recommended"
},
"object_sid": {
"requirement": "recommended"
},
"on_premises_distinguished_name": {
"requirement": "optional"
},
Expand Down Expand Up @@ -63,6 +69,9 @@
"sam_account_name": {
"requirement": "optional"
},
"sid_history": {
"requirement": "optional"
},
"token_groups": {
"requirement": "optional"
}
Expand Down

0 comments on commit 930248a

Please # to comment.