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

do not allow attributeDefs with same name and different case

    XMLWordPrintable

Details

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

    Description

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

       

      grouperHook.AttributeDefUniqueNameCaseInsensitiveHook.autoRegister = false

       

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

      select * from grouper_attribute_def gad1, grouper_attribute_def gad2
      where gad1.id != gad2.id and 
      lower(gad1.name) = lower(gad2.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: