Script version of CFLDAP

What is the syntax of CFLDAP in cfscript? The docs offer no help on how to do it. Also in ACF11 I can do new LDAP() that does not work in Lucee 5.

I don’t have an LDAP server to test with, but it seems you can do either:

cfldap( server="localhost", etc );

or

ldap server="localhost" etc;