I'm trying to make a list of sub titles that links to mid topic jumps on another page. As the sub titlles are the same for each main title and the midtopic jumps increment numerically- I thought I could use cfloop - but I can't get it to work - either my titles all have to be the same or my links all have to be the same.... can anyone help??
I tried using nested loops but that made it worse as the inner loop had to loop through before the outer loop ... hope that makes sense!!! Can someone help me??
As you may have guessed - I'm a noobie so I would be grateful for any suggestions
I'm tasked to work on our LDAP server. It consists of validating the user credentials by checking and matching their passwords stored in the primary Active Directory server. If the passwords are not found there, the passwords will be checked and matched in the secondary Active Directory server. In this step, we want to ensure that the passwords are encrypted and are able to be decrypted going to the secondary server. Right now, I do a research on how to encrypt an decrypt passwords. I need help please see the code
<!------------ If error or no match for username ----------------->
<cfif IsDefined("userSearch.RecordCount") AND (NOT userSearch.recordcount)>
<cfset UserSearchFailed = 1>
</cfif>
<!--- <p><b>TESTING....</b></p> --->
<!--- pass the user's DN and password to see if the user authenticates --->
<cftry>
<p><b>washington.pa.mil</b></p>
<cfset UserSearchFailed = 0>
<cfldap action = "QUERY"
name = "auth"
attributes = "#attributes#"
start = "#root#"
scope = "SUBTREE"
filter = "#filter#"
server = "#LDAP_SERVER2#"
port = "#LDAP_PORT#"
username = "#userSearch.dn#"
password = "#Form.Password#">
<cfcatch type = "ANY">
<cfset UserSearchFailed = 1>
</cfcatch>
</cftry>
Tacking onto a question that's over 2 years old, (and is totally unrelated to what you're asking!), is probably not the best way to get an answer Open a new question ..
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.