Using Web Service with CFLDAP?
has ever been able use cfldap tag connect secure ldap service without putting username , password in clear text in source code?
for example:
<cfldap
action = "query"
server = "myserver.com"
attributes = "*"
start = "dc=myserver,dc=com"
name = "results"
secure = "cfssl_basic"
username = "myusername"
password = "mypa$$w0rd">
i wondering if using web service account (which granted access ldap service) able run code without putting username , password in clear text shown above? has tested out before or have further information on it?
thanks insights can give.
More discussions in ColdFusion
adobe
Comments
Post a Comment