Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-3426

do not allow attributeDefNames with same name and different case

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • 2.5.48
    • None
    • None
    • None

    Description

      If you want to have attributeDefNames with same name case-insensitive, set this in grouper.properties

       

      grouperHook.AttributeDefNameUniqueNameCaseInsensitiveHook.autoRegister = false

       

      To see if you have two attributeDefNames with same name, run this query
       

      select * from grouper_attribute_def_name gadn1, grouper_attribute_def_name gadn2
      where gadn1.id != gadn2.id and 
      (lower(gadn1.name) = lower(gadn2.name)
      or lower(gadn1.display_name) = lower(gadn2.display_name))
      

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: