ocsf-schema
ocsf-schema copied to clipboard
ldap_person Object Improvements
Some input we gathered regarding the new ldap_person
object (which replaces the Person
profile via #813:
-
There are a few required attributes from the 3 LDAP classes we would want to make sure we have covered, and the attribute names should match:
-
ldap_dn
should be shortened todn
-
ldap_cn
should be shortened tocn
- LDAP (
sn
) surname is not in the current object. Since it is a key LDAP object, it should be added.
-
-
employee_uid
isuid
in LDAP- OCSF uses uid too, maybe that can be shortened within the object
- Or we could have
ldap_person
extend_entity
so we pick upname
anduid
)
-
given_name
which isgivenName
in LDAP- on this one, I'm not sure switching to camel-case would be a good practice to do, but adding it so we do not forget it was raised.