Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Steve J. #1
Ldap AD with reverse encryption
We have been using cfldap to authtenticate users against our Windows 2000
domain. We recently had to start storing our Active Directory password
information using Reversible Encryption. Is there a tag available that will
translate the password entered into "reversible encryption" and allow
authentication?
<CFTRY>
<cfldap action="QUERY"
name="UserSearch"
attributes="samAccountName,displayName,mail,depart ment,physicalDeliveryOfficeNam
e,description,MemberOf"
start="OU=Metro,DC=xxx,DC=com"
scope="SUBTREE"
server="xxx.xxx.xxx.xxx"
port="389"
filter="sAMAccountName=#username#"
username="#username#@xxxxx..com"
password="#password#">
<CFIF UserSearch.RecordCount GT 0>
<CFSET LoginResult = "OK">
<CFSET LoginType = "User">
<CFSET LoginUser = "">
</CFIF>
<CFCATCH TYPE="Any">
<CFSET LoginResult = "FAIL">
<CFSET LoginType = "">
<CFSET LoginUser = "">
</CFCATCH>
</CFTRY>
Steve J. Guest
-
Where to get help to reverse a .W3d file?
Last week I posted a question asking how to fastfoward and reverse a .W3d animation imported from 3ds max 6 into Director 8.5. No one answered so I... -
Reverse Encryption in .NET
Hi, I saw several posts asking for reverse encryption (encrypt with private key instead of public key) in .NET. I am having the same question... -
A reverse Modelunderloc?
Is there a way of returning a 2D reference (ie on the 3d sprite) from a model in a 3d environment? Basically I want to create an 2D overlay on the... -
Reverse Normals?
I am creating a 1st person 3d engine (who isn't...). I am grouping a camera with a lingo generated cube which will represent the limit of how far... -
Can a .swf be reverse engineered?
I apologize for what some may consider an ignorant question. I have been dabbling in web sites using html, primarily using Front Page. I have...



Reply With Quote

