Hi.

When a user request a certificate from the browser I want to automatically fill out the email field based upon the First Name Field and Country. It was supposed to look like this:
First Name    XXX
Country        YYY

Email:            xxx_...@something.com


I tried to edit the browser_req.xml file but without success. I cannot find a way to concatenate strings at least not without leaving an additional space character between the two strings.
If i try
<value>$VALUE_A $VALUE_B </value>
i get Value_A space Value_B

Then, I tried to write a small perl function that takes the two strings as parameters and fills out the email field. I know that I'm a newbie in perl but if i call the function that I've created with the two strings as parameters the page fails to load. The strange thing is that when i call the function without any parameters the filed gets populated.


So, i need help ppl
Thank You.
Dan








------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to