I'm trying to use the auto-lockdown tool for CF202...
# adobe
t
I'm trying to use the auto-lockdown tool for CF2025, and after it prompts for the administrator login info, it tells me
Entered credentials for ColdFusion administrator are incorrect
. Thing is, I know they aren't. I've copy/pasted the username and password into the Cf admin, and it logs in. Do the same here, and it yells at me.
Anyone ever run into this before, and have any ideas on the problem?
Oh, found some fun things in the logs...
Function checkAdminCredentials does not support PASSWORD as an argument in C:\CF2025\cfusion\wwwroot\CFIDE\lockdown\lockdown.cfc
Looks like this CFC is compiled, so I can't tell what arguments it does support. But now I'm wondering if it's related to unspecified arguments on remote methods...
ha! added the
-Dcoldfusion.runtime.remotemethod.matchArguments
flag, and now it works.
👀 1
b
t
Oh, I missed that thread. I'm not seeing a bug filed for this, so I'm filing one. But if I've missed one, let me know -- I haven't hit submit yet.
👍 2
b
I'm not aware of a bug (But I didn't look for one / I didn't submit one)