[pkg-kolab] Kolab + GOsa debugging

Price,Neil NPrice at gibb.co.za
Mon Oct 27 06:28:57 UTC 2008


  
>   I did a grep for 1.3.6.1.4.1.19414.3.2.5 and it's part of
> kolab2.schema.  Fabian Hickert earlier brought my attention 
> to the fact
> that I needed to replace the Kolab provided schema with a 
> GOsa provided
> version.  The Kolab provided version contains :
> 
> objectclass ( 1.3.6.1.4.1.19414.3.2.5
>   NAME 'kolabGroupOfNames'
>   DESC 'Kolab group of names (DNs) derived from RFC2256'
>   SUP groupOfNames STRUCTURAL
>   MAY ( mail $
>         kolabDeleteflag ) )
> 
>   The GOsa provided version is slightly different :
> 
> objectclass ( 1.3.6.1.4.1.19414.3.2.5
>   NAME 'kolabGroupOfNames'
>   DESC 'Kolab group of names (DNs) derived from RFC2256'
>   SUP top AUXILIARY
>   MAY ( mail $
>         kolabDeleteflag ) )
> 

Thats does not look right. The Kolab one inherits from groupofnames but the
Gosa one inherits nothing. Its also AUXILIARY which means (AFAIK) that it
cannot be used in a DIT, its only intended for creating other objectclasses.

You are also not supposed to mess with these definitions, they are
registered with IANA and are supposedly globally unique.

Maybe go back to Fabian and ask him to explain the logic behind the change.



More information about the pkg-kolab-devel mailing list