0
Using Web Service with CFLDAP?
New Here
,
/t5/coldfusion-discussions/using-web-service-with-cfldap/td-p/5782915
Jan 15, 2014
Jan 15, 2014
Copy link to clipboard
Copied
Has anyone ever been able to use the CFLDAP tag to connect to a secure LDAP Service without putting the username and password in clear text in the 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 was wondering if using a Web Service Account (which would be granted access to the LDAP Service) would be able to run the code without putting the username and password in clear text as shown above? Has anyone tested this out before or have any further information on it?
Thanks for any insights you can give.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Have something to add?
Join the conversation

