#
#       src/common/etc/auth_browser_req.xml.template
#       organization and country was hard coded. generate values from config.xml
#
--- openca-base-1.1.0/src/common/etc/auth_browser_req.xml.template.old  
2008-10-02 20:12:24.000000000 -0700
+++ openca-base-1.1.0/src/common/etc/auth_browser_req.xml.template      
2010-09-14 17:40:14.988320003 -0700
@@ -177,11 +177,11 @@
                and the value -->
           <rdn>
              <name>O</name>
-             <value>OpenCA</value>
+             <value>@ca_organization@</value>
           </rdn>
           <rdn>
              <name>C</name>
-             <value>US</value>
+             <value>@ca_country@</value>
           </rdn>
        </basedn>
        <dn>

-- 
Tim Rice                                Multitalents    (707) 887-1469
t...@multitalents.net
#
#       src/common/etc/auth_browser_req.xml.template
#       organization and country was hard coded. generate values from config.xml
#
--- openca-base-1.1.0/src/common/etc/auth_browser_req.xml.template.old  
2008-10-02 20:12:24.000000000 -0700
+++ openca-base-1.1.0/src/common/etc/auth_browser_req.xml.template      
2010-09-14 17:40:14.988320003 -0700
@@ -177,11 +177,11 @@
                and the value -->
           <rdn>
              <name>O</name>
-             <value>OpenCA</value>
+             <value>@ca_organization@</value>
           </rdn>
           <rdn>
              <name>C</name>
-             <value>US</value>
+             <value>@ca_country@</value>
           </rdn>
        </basedn>
        <dn>
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
OpenCA-Devel mailing list
OpenCA-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to