Re: LDAP Auth successful, mysql backend fine, but unable to query list from LDAP (I don't want this)

2019-04-17 Thread vincemoya77
Wanted to close this off on the LDAP authentication front. Enabled debug logging so I can get more details on catalina.out, I found that the ldap credentials for the user were working (auth successful) and it matches to an entry in mysql, but fails when trying to query ldap, and that's what Mike

Re: LDAP Auth successful, mysql backend fine, but unable to query list from LDAP (I don't want this)

2019-04-11 Thread vincemoya77
So update since the last time I was here: changed to the server name vs IP address, no difference. :( authenticates on LDAP, fails after failure to query objects in LDAP. catalina.out doesn't show any further data, I was hoping the LDAP failure happens on another log. I did try limiting items

Re: LDAP Auth successful, mysql backend fine, but unable to query list from LDAP (I don't want this)

2019-04-05 Thread vincemoya77
Thanks for this, I will try with the server name vs IP. The logs tell me that authenticating is fine with AD account credentials, so that's what's puzzling. I did use another "admin" based AD account that has full privileges to read the AD users and groups, and it behaved the same way (able to

Re: LDAP Auth successful, mysql backend fine, but unable to query list from LDAP (I don't want this)

2019-04-05 Thread vincemoya77
Hi Nick this is what I get in catalina.out (changing user names to generic) INFO: Deployment of web application directory /var/lib/tomcat7/webapps/ROOT has finished in 185 ms Apr 05, 2019 9:38:21 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8080"] Apr 05,

Re: LDAP Auth successful, mysql backend fine, but unable to query list from LDAP (I don't want this)

2019-04-05 Thread vincemoya77
Thanks Mike. This is what I have under LDAP section in guacamole.properties (provided generic info, the proper info validates connection) # LDAP properties ldap-hostname: 10.0.0.1 ldap-port: 389 ldap-encryption-method: none ldap-user-base-dn: DC=company,DC=com ldap-username-attribute: uid

LDAP Auth successful, mysql backend fine, but unable to query list from LDAP (I don't want this)

2019-04-04 Thread vincemoya77
Hi all I've tried searching for relevant info regarding LDAP and mysql authentication, I believe I have everything set up accordingly (both plugins work - guacadmin user able to get in and create users etc) and I just want my LDAP user credentials to work with machines created in mysql database