Skip to content

patch for nordugrid schema LDIF/LDAP, hashed DNs for GDPR BUGZ-3980 (#92)

nordugrid-arc-bot requested to merge floridop/arc:dev-GDPRinfosys-3980 into next

Begin arcbot message
This merge request is automatically copied from !1122 (merged) orginally made by @floridop
End arcbot message

## WIP: patch for nordugrid schema LDIF/LDAP, hashed DNs for GDPR BUGZ-3980 (#92 (closed) )

Link to Bugzilla ticket

BUGZ-3980

Description

DNs are substituted with sha512 hash in the LDIF/LDAP rendering of nordugrid info

  • nordugrid schema description updated to accept any kind of user ID as job global-owner
  • This code hashes every DN in nordugrid-job-global-owner as a sha512 hex encoded string
  • this MR does not include any client code.

Merge request reports