Ask a Question related to Macromedia ColdFusion, Design and Development.
-
alligatorwoman #1
CGI.Cert_Subject
I need to isolate the CN data from the Cert_Subject string. the CN field has
the name and unique id or email for the user. I grab this string and dump it
into a variable but then i need to compare the CN section to a database field,
how can I do this?
*TIA*
alligatorwoman Guest
-
Neculai Macarie #2
Re: CGI.Cert_Subject
> I need to isolate the CN data from the Cert_Subject string. the CN field
hasit> the name and unique id or email for the user. I grab this string and dumpfield,> into a variable but then i need to compare the CN section to a databaseSELECT fields> how can I do this?
FROM users
WHERE database_cn_field = <cfqueryparam cfsqltype="cf_sql_varchar"
value="#variable_with_cn#">
--
<mack />
Neculai Macarie Guest



Reply With Quote

