2 lines
105 B
SQL
2 lines
105 B
SQL
CREATE USER lldap WITH PASSWORD '{{ lldap_postgres_password }}';
|
|
CREATE DATABASE lldap WITH OWNER lldap;
|