Re: LDAP+database - Credential duplication?

2018-05-10 Thread Jonathan Hankins
Felix, There are some examples of generating the salt and hashing the password correctly for postgres and mysql in the online docs, for various programming languages. My use case is similar to yours (postgres+LDAP.) I needed to create users via script with random passwords in postgres, and I did

Re: LDAP+database - Credential duplication?

2018-05-10 Thread Nick Couchman
On Thu, May 10, 2018 at 3:21 PM, Felix Wolfheimer < f.wolfhei...@googlemail.com> wrote: > I'm trying to set up guacamole with LDAP authentication and would like to > use postgresql as storage for the connection parameters. Looking at the > provided database schema files for postgresql

LDAP+database - Credential duplication?

2018-05-10 Thread Felix Wolfheimer
I'm trying to set up guacamole with LDAP authentication and would like to use postgresql as storage for the connection parameters. Looking at the provided database schema files for postgresql (001-create-schema.sql), the user information entered into the database requires a password. I'm wondering