Commit 7e6b8413 authored by bmortier's avatar bmortier Committed by Côme Chilliet
Browse files

Merge branch '5707-core-fd-schema-as-gosa-in-description-when-its-fd-attributes' into '1.3-dev'

Resolve "Core-fd.schema as gosa in description when its fd attributes"

Closes #5707

See merge request !29

(cherry picked from commit 99905828)

cadd7c24 :ambulance: fix(schema): Core-fd.schema as gosa in description when its fd attributes
Showing with 3 additions and 3 deletions
+3 -3
......@@ -40,13 +40,13 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.39 NAME 'gosaSnapshotData'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 SINGLE-VALUE)
attributetype ( 1.3.6.1.4.1.38414.62.1.1 NAME 'fdUserDn'
DESC 'GOsa - DN of a user'
DESC 'FusionDirectory - DN of a user'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.38414.62.1.2 NAME 'fdObjectDn'
DESC 'GOsa - DN of an object'
DESC 'FusionDirectory - DN of an object'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
......@@ -87,5 +87,5 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.19 NAME 'gosaSnapshotObject'
MAY ( description ) )
objectclass ( 1.3.6.1.4.1.38414.62.2.1 NAME 'fdLockEntry' SUP top STRUCTURAL
DESC 'GOsa - Class for FD locking'
DESC 'FusionDirectory - Class for FD locking'
MUST ( fdUserDn $ fdObjectDn $ cn $ fdLockTimestamp ))
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