I am trying to implement a secure LDAP query on a ColdFusion web page. I need to authenticate to the server passing a username and password (not necessarily the users in fact I'd prefer to use a static username/password). However, the password attribute of the cfldap tag stores the password in clear text in the .cfm file. This does not meet security standards for my organization. Is there another method of doing this? Essentially, I am looking for a solution similar to that of connecting to a database server. Under this method our password settings are stored in a configuration setting/file that I can't see.