Something went wrong while setting issue due date.
core-fd.schema still has gosa in description of attributes
Closed
core-fd.schema still has gosa in description of attributes
Description
In core-fd.schema we have description whre it say GOsa but its really FusionDirectory attributes
attributetype ( 1.3.6.1.4.1.38414.62.1.1 NAME 'fdUserDn' DESC 'GOsa - DN of a user' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
Distribution Name and Version
Debian jessie
FusionDirectory Version
1.2
PHP version used
php 5.6
Origin of php packages
Debian
Steps to Reproduce
- [First Step]
- [Second Step]
- [and so on...]
Expected behavior:
Descriptions should say
attributetype ( 1.3.6.1.4.1.38414.62.1.1 NAME 'fdUserDn' DESC 'FusionDirectory - DN of a user'
Actual behavior:
attributetype ( 1.3.6.1.4.1.38414.62.1.1 NAME 'fdUserDn' DESC 'GOsa - DN of a user'