2018-04-29 17:08 GMT-04:00 rvarela <[email protected]>: > He seguido los pasos del manual (capitulo 7) de la web de Apache > guacamole, y > ahora me puedo conectar con un usuario del directorio activo a guacamole, > pero lo que no se como se hace es asignarle maquinas a las que se pueda > conectar... > > Con usuarios normales en el archivo user-mapping indicamos el usuario y le > configuramos las maquinas a las que va a tener acceso ya sea por RDP, VNC o > SSH, pero en el usuario del directorio activo no se como se hace.. por que > yo me conectar y claro no tiene ninguna maquina a la cual se pueda > conectar. > > Alguien me puede aclarar esto?? > > Muchas gracias. > > You need to either create the connections in Active Directory, by extending the LDAP schema, creating the connection objects, and then assigning the proper LDAP group memberships. The schema changes and information are here:
Or, you can use the JDBC module and create the connections there, and the matching user accounts and assign permissions that way. This is covered in this section: http://guacamole.apache.org/doc/gug/ldap-auth.html#ldap-and-database
