Unverified Commit e8f85200 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(5721) Allow unicode in fdDepartmentCategories

Just in case

issue #5721
Showing with 3 additions and 3 deletions
+3 -3
......@@ -377,9 +377,9 @@ attributetype ( 1.3.6.1.4.1.38414.8.18.6 NAME 'fdAclTabOnObjects'
attributetype ( 1.3.6.1.4.1.38414.8.18.7 NAME 'fdDepartmentCategories'
DESC 'FusionDirectory - available categories for departments'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
attributetype ( 1.3.6.1.4.1.38414.8.18.8 NAME 'fdDefaultShell'
DESC 'FusionDirectory - default shell'
......
  • SonarQube analysis reported 2 issues

    • :warning: 2 major

    Note: The following issues were found on lines that were not modified in the commit. Because these issues can't be reported as line comments, they are summarized here:

    1. :warning: Define and throw a dedicated exception instead of using a generic one. :blue_book:
    2. :warning: Define and throw a dedicated exception instead of using a generic one. :blue_book:

    By Ghost User on 2019-06-27T14:27:18 (imported from GitLab)

Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment