신승엽
10/15/2025, 12:19 AMCREATE USER statement is required.
CREATE USER tom IDENTIFIED WITH authentication_ldap_simple AS 'uid=tom,ou=company,dc=example,dc=com'
But when creating accounts this way, the group provider becomes invalid, and authentication succeeds as long as the account exists in LDAP.
Is there a better way to use impersonate without creating accounts manually?