svn commit: samba r11467 - in branches/SAMBA_4_0/testprogs/ejs: .

tridge at samba.org tridge at samba.org
Wed Nov 2 03:23:05 GMT 2005


Author: tridge
Date: 2005-11-02 03:23:05 +0000 (Wed, 02 Nov 2005)
New Revision: 11467

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11467

Log:

yay! mmc now accepts our schema. The trick was to get all the OID
mappings right for the attributeTypes field of the aggregate schema

now to add the display specifiers and I won't need the proxy module
any more

Modified:
   branches/SAMBA_4_0/testprogs/ejs/minschema.js


Changeset:
Modified: branches/SAMBA_4_0/testprogs/ejs/minschema.js
===================================================================
--- branches/SAMBA_4_0/testprogs/ejs/minschema.js	2005-11-02 03:08:52 UTC (rev 11466)
+++ branches/SAMBA_4_0/testprogs/ejs/minschema.js	2005-11-02 03:23:05 UTC (rev 11467)
@@ -93,10 +93,24 @@
 
 
 syntaxmap = new Object();
+
+syntaxmap['2.5.5.1']  = '1.3.6.1.4.1.1466.115.121.1.12';
+syntaxmap['2.5.5.2']  = '1.3.6.1.4.1.1466.115.121.1.38';
+syntaxmap['2.5.5.3']  = '1.2.840.113556.1.4.1362';
+syntaxmap['2.5.5.4']  = '1.2.840.113556.1.4.905';
+syntaxmap['2.5.5.5']  = '1.3.6.1.4.1.1466.115.121.1.26';
+syntaxmap['2.5.5.6']  = '1.3.6.1.4.1.1466.115.121.1.36';
+syntaxmap['2.5.5.7']  = '1.2.840.113556.1.4.903';
+syntaxmap['2.5.5.8']  = '1.3.6.1.4.1.1466.115.121.1.7';
 syntaxmap['2.5.5.9']  = '1.3.6.1.4.1.1466.115.121.1.27';
 syntaxmap['2.5.5.10'] = '1.3.6.1.4.1.1466.115.121.1.40';
 syntaxmap['2.5.5.11'] = '1.3.6.1.4.1.1466.115.121.1.24';
 syntaxmap['2.5.5.12'] = '1.3.6.1.4.1.1466.115.121.1.15';
+syntaxmap['2.5.5.13'] = '1.3.6.1.4.1.1466.115.121.1.43';
+syntaxmap['2.5.5.14'] = '1.2.840.113556.1.4.904';
+syntaxmap['2.5.5.15'] = '1.2.840.113556.1.4.907';
+syntaxmap['2.5.5.16'] = '1.2.840.113556.1.4.906';
+syntaxmap['2.5.5.17'] = '1.3.6.1.4.1.1466.115.121.1.40';
 
 /*
   map some attribute syntaxes from some apparently MS specific



More information about the samba-cvs mailing list