On Mon, Mar 4, 2019 at 3:27 PM Çağdaş Baş <[email protected]> wrote:
> Hi everyone, > > I'm using guacamole and guacd 1.0 on a docker image and having some trouble > with LDAP integration. The summary is, LDAP users can login to the system, > but does not up in the user list. Also, I have totp extension and LDAP > users bypass the totp but it works fine for guacadmin. It seems everything > except the authentication ignores the LDAP users. > I'm not entirely sure I understand the configuration/issue, but from what you've described I suspect that you need to do two things: 1) Make sure that all of the LDAP users are defined in the JDBC module. You need to actually create JDBC user accounts for each of the users. 2) Make sure that the JDBC users that match your LDAP accounts have permissions to update their own account/password. This is a specific permission that must be checked for the users - by default users will likely not have this permission. This is required for the TOTP enrollment to succeed. -Nick
