You can translate the question and the replies:

user creation with LDAP Authentication

Hi Team, I am trying to create a user with LDAP authentication in VQL script. CREATE USER john authentication 'virtual database administrator' authentication::= LDAP ( DATASOURCE <> USERNAME <> ) I am getting error as Syntax error: Exception parsing query near 'authentication' Please help me to create user with LDAP authentication.
user
20-09-2016 08:38:12 -0400
code

1 Answer

Hi, I would not recommend you to create users with LDAP authentication using VQL script. If you want to delegate the user authentication to a LDAP server, you must first create database with LDAP authentication. I found these sections useful for you "Creating a Database with LDAP Authentication" in Virtual DataPort Administration Guide and "CREATING USERS" in Advanced VQL Guide. Hope this helps!
Denodo Team
26-09-2016 07:19:02 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here