That was it! This is a fantastic piece of software. Thanks, Josh Devlin From: Mike Jumper [mailto:[email protected]] Sent: Friday, July 08, 2016 4:53 PM To: [email protected] Subject: EXT: Re: Connection list not displaying after LDAP login
On Fri, Jul 8, 2016 at 9:42 AM, Devlin, Joshua P. <[email protected]<mailto:[email protected]>> wrote: I can successfully authenticate users through OpenLDAP using the guacamole-auth externsion. I have added the guacConfigGroup schema, created a connection group, and added the users as members of that group but do not get the connection list under the “ALL CONNECTIONS” section of the web page. Ubuntu 14.04 server Guacamole version 0.9.9 Tomcat7 ***** Guac Connection **** ... member: cn=devuser,ou=Users,dc=aaabbb,dc=ccc,dc=ddddd,dc=com **** User Entry **** # ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b "ou=users,dc=aaabbb,dc=ccc,dc=ddddd,dc=com" cn=devuser dn: uid=devuser,ou=Users,dc=aaabbb,dc=ccc,dc=ddddd,dc=com Hi Josh, The current value of the member attribute of your guacConfigGroup ("cn=devuser,...") does not match the actual DN of the user in question ("uid=devuser,..."). Try changing the member attribute of your guacConfigGroup such that it contains the user's DN and see if that solves things. Thanks, - Mike
