Ah - That throws a fork wrench in my current planning.
Can we change the specification so that we can have characters :-)
OK - that brings up a different more serious question then.
Does ADS have the ability to assign an OID, sort of like
automatic surrogate key generation in RDBs?
For instance I may wish to store an attributeType with the
following description:
"org.tuscany.das.ldap.config.DASConfig.baseDN"
Can ApacheDS assign the OID, thus freeing the DAS of that responsibility?
Thanks,
- Ole
Emmanuel Lecharny wrote:
Ole Ersoy a écrit :
1.3.6.1.4.1.18060.0.4.X.2.org.tuscany.das.ldap.config.DASConfig.baseDN
and for Syntax entries:
1.3.6.1.4.1.18060.0.4.X.0.java.lang.String
That works right (I'm assuming the +* at the end of the regex means
wildcard...)?
no, this is not good. Only numbers and '.' are allowed ...
Emmanuel