Getting Mac Synching Rules to Work
Novell Cool Solutions: Tip
By Randall R. Saeks
Reader Rating 
|
Digg This -
Slashdot This
Posted: 18 May 2005 |
Problem
When you try to save the Mobile Home Directory Synching rules in Mac OS 10.4 Server to eDirectory, an error is displayed that prevents the file from being saved.
Solution
The current apple-mcxsettings schema extension from 10.2 Server has this attribute as a single-valued attribute. To fix this, the schema needs to be modified to change this from single-valued to multi-valued. This is already done in the 10.3 applev2.ldf schema from www.macenterprise.org. If that has not been applied, or just this one attribute needs to be changed, the LDIF file example below will do so.
To download the LDIF file, click here.
dn: cn=schema changetype: modify delete: attributeTypes attributeTypes: ( 1.3.6.1.4.1.63.1000.1.1.1.1.11 NAME ( 'apple-mcxsettings' ) DESC 'mcx settings' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) - add: attributeTypes attributeTypes: ( 1.3.6.1.4.1.63.1000.1.1.1.1.16 NAME ( 'apple-mcxsettings' 'apple-mcxsettings2' ) DESC 'mcx settings' EQUALITY #caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
