store.setDefault( BrowserCoreConstants.PREFERENCE_LDIF_LINE_SEPARATOR, BrowserCoreConstants.LINE_SEPARATOR );
store.setDefault( BrowserCoreConstants.PREFERENCE_LDIF_SPACE_AFTER_COLON, true );
// default binary attributes
BinaryAttribute[] defaultBinaryAttributes = new BinaryAttribute[]
{ new BinaryAttribute( "0.9.2342.19200300.100.1.7" ), // photo
// //$NON-NLS-1$
new BinaryAttribute( "0.9.2342.19200300.100.1.53" ), // personalSignature
// //$NON-NLS-1$
new BinaryAttribute( "0.9.2342.19200300.100.1.55" ), // audio
// //$NON-NLS-1$
new BinaryAttribute( "0.9.2342.19200300.100.1.60" ), // jpegPhoto
// //$NON-NLS-1$
new BinaryAttribute( "1.3.6.1.4.1.42.2.27.4.1.8" ), // javaSerializedData
// //$NON-NLS-1$
new BinaryAttribute( "1.3.6.1.4.1.1466.101.120.35" ), // thumbnailPhoto
// //$NON-NLS-1$
new BinaryAttribute( "1.3.6.1.4.1.1466.101.120.36" ), // thumbnailLogo
// //$NON-NLS-1$
new BinaryAttribute( "2.5.4.35" ), // userPassword
// //$NON-NLS-1$
new BinaryAttribute( "2.5.4.36" ), // userCertificate
// //$NON-NLS-1$
new BinaryAttribute( "2.5.4.37" ), // cACertificate
// //$NON-NLS-1$
new BinaryAttribute( "2.5.4.38" ), // authorityRevocationList
// //$NON-NLS-1$
new BinaryAttribute( "2.5.4.39" ), // certificateRevocationList
// //$NON-NLS-1$
new BinaryAttribute( "2.5.4.40" ), // crossCertificatePair
// //$NON-NLS-1$
new BinaryAttribute( "2.5.4.45" ), // x500UniqueIdentifier
// //$NON-NLS-1$
};
BrowserCorePlugin.getDefault().getCorePreferences().setDefaultBinaryAttributes( defaultBinaryAttributes );
// default binary syntaxes