Skip to content

Add process of working with duplicit CA+DN identities

Created by: stavamichal

  • this behavior is just in generation script for voms
  • same for voms and voms_dirac services
  • for Perun is combination of CA+DN unique (case-sensitive)
  • for Voms is combination of CA+DN without trailing whitespaces (everywhere in the combination) and case-insensitive
  • this commit try to map duplicits of such CA+DN from perun to voms and working with such situation (only last CA+DN with duplicity is saved for one such user record)

Merge request reports