On Wed, Feb 20, 2019 at 12:03 PM Kamal Ezzaki <[email protected]>
wrote:

> This is My guacamole.properietes file
> # MySQL properties
> #mysql-hostname: localhost
> #mysql-port: 3306
> #mysql-database: guacamole_db
> #mysql-username: guacamole_user
> #mysql-password: passroot
> # Radius properties
> radius-hostname: 192.168.132.132
> radius-shared-secret: guacrad
> radius-auth-protocol: pap
> mysql-hostname: localhost
> mysql-port: 3306
> mysql-database: guacamole_db
> mysql-username: guacamole_user
> mysql-password: ******
>
>
> And I think that the real question is how can i configure guacamole to see
> if the user existe in radius than go back to mysql
>

I'm not sure if this is related to the other conversation on the list, but
as was suggested on the other thread you might try renaming the modules
such that RADIUS is loaded and evaluated, first, and then create
connections and assign permissions in the JDBC module.

Please note that the RADIUS module does not really have any User Group
support at the moment, so based on the way that 1.0.0 handles group
membership and permissions you will not be able to assign permissions to
JDBC groups and have those permissions apply to users who log in with
RADIUS.  This will likely get addressed in the future, but that's how it
works in 1.0.0.

-Nick

Reply via email to