Étienne BERSAC

Results 377 comments of Étienne BERSAC

Can you share verbose logs from agent and UI ?

Yes, GSSAPI is missing from ldap2pg 6.0. go-ldap just released with GSSAPI support. However, I don't know how to reproduce kerberose auth in development environment and CI. Any help accepted...

Do you want ldap2pg to ask you the Kerberos password ? Do you use kinit or something like that ?

samba support for KDC is very experimental. Thus, implementing this is completely wild. How do you configure ldapsearch to authenticate to AD using GSSAPI/Kerberos ?

Hi @phasenohr . Thanks for the details. Trying to authenticate ldapsearch against Samba with GSSAPI with Kerberos: ``` console $ kinit -V -kt $PWD/administrator.keytab administrator Using default cache: /tmp/krb5cc_1000 Using...

Hello @burleight Did you tried to overwrite `databases.sql` in yaml ? ``` yaml postgres: databases_query: | SELECT ... ```

Hi @burleight. Not sure about that. When dropping role, ldap2pg reassigns objects. This condition prevent privilege issue upfront. What do you expect ?

``` msg="Fatal error." err="databases: default database not listed" ``` means you either need to set `PGDATABASE` to one of listed by the query, or fix `database_query` to include connection database....

This is duplicated of #589, right ?