All,
I searched the forums, but all i could find are references to the VQL docs and another stating we shouldn't create ldap users using VQL.
I'm trying to follow the syntax in the VQL guide but am not having any luck creating an LDAP user via VQL.
Here is my script:
CREATE USER test LDAP(DATASOURCE ldapdb.active_directory USERNAME domain\test) 'test description';