You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Richard Cochius <r....@apps-at-work.net> on 2021/12/03 12:04:55 UTC

Use LDAP for user mapping

Hello,


is it possible to use a LDAP/AD-Tree to do the user mapping like 
remote-host, porotocol and port. or msut this be done with an 
MySQL/MariaDB server?


Greeting Richard



-- 
*Richard Cochius*
Verdistrasse 22
*53881* Euskirchen
Germany

Phone: +49 (0) 2251 7938061 <tel:+49 2251 7938061>
Fax: +49 (0) 2251 7938064 <tel:+49 2251 7938064>
Mobile: +49 (0) 172 9392296 <tel:+49 172 9392296>

eMail: r.cochius@apps-at-work.net

Re: Use LDAP for user mapping

Posted by Nick Couchman <vn...@apache.org>.
On Fri, Dec 3, 2021 at 7:05 AM Richard Cochius <r....@apps-at-work.net>
wrote:

> Hello,
>
>
> is it possible to use a LDAP/AD-Tree to do the user mapping like
> remote-host, porotocol and port. or msut this be done with an MySQL/MariaDB
> server?
>
>
> If you're asking if it's possible to store connection information in LDAP
instead of a database, yes, this is definitely possible, and is covered in
the LDAP section of the manual:

http://guacamole.apache.org/doc/gug/ldap-auth.html

This does require extensions to your LDAP schema to support it, though they
are fairly minimal.

-Nick