ocsf-schema icon indicating copy to clipboard operation
ocsf-schema copied to clipboard

ldap_person Object Improvements

Open mikeradka opened this issue 1 year ago • 1 comments

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 to dn
    • ldap_cn should be shortened to cn
    • LDAP (sn) surname is not in the current object. Since it is a key LDAP object, it should be added.
  • employee_uid is uid 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 up name and uid)
  • given_name which is givenName 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.

mikeradka avatar Nov 09 '23 17:11 mikeradka