We're finally making headway with 0.9.1 and like the new features. We're working on the configuration now and hit a bit of a snag. We did
not want to make the Country Code a BASE argument but wanted to make it
a user entered ELEMENT. When we did so, the requested constantly
errored with Errormin.3. If we enter the Country Code as three
characters, it all works fine except that they are not valid Country
Codes. We tried making it a select statement. That was interesting in
that the evaluated form said OK on the field but still gave the
Errormin3.
First the fix, open the file basic_csr, search for minlen(s) and replace the 3 by a two. Second we have no better implementation for a semantical check today. Any ideas are welcome.
We searched the conf files. We found the setting for the minimum PIN length but could not find anything to tell the validator to accept a two character field. How do we do that? It is problematic for us in another area as we also want to allow multiple OU's but set the unused ones to an empty string. Obviously, this is also less than three characters!
Added to TODO an item "support for ELEMENT_*_MINLEN and ELEMENT_*_OPTIONAL.
Is there a way to tell an ELEMENT_?_SELECT to read from a file? This would allow us to create a drop down select for country codes without having to place an enormous string in the conf file. By the way, would the drop down provide scroll bars for such a long list? Thanks, all -
Ok, added ELEMENT_*_XML_FILE to TODO.
Sorry for the many open issues but we only add code on request :)
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
