Buenas tardes Nick El contenido del archivo guacamole.properties es este:
# Guacamole - Clientless Remote Desktop # Copyright (C) 2010 Michael Jumper # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Hostname and port of guacamole proxy guacd-hostname: localhost guacd-port: 4822 # Auth provider class (authenticates user/pass combination, needed if using the provided login screen) auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider user-mapping: /etc/guacamole/user-mapping.xml # LDAP properties ldap-user-base-dn: ou=usuarios,dc=proyectoasir,dc=net Cuando hago la orden ldapadd -x -D cn = admin, dc = proyectoasir, dc = net -W -f conexionwindows.ldif me indica esto: adding new entry "cn=conexionwindows,ou=usuarios,dc=proyectoasir,dc=net" Cuando hago la orden ldapsearch -x -D cn = admin, dc = proyectoasir, dc = net -W cn =conexionwindows. ldif me indica esto: # extended LDIF # # LDAPv3 # base <> (default) with scope subtree # filter: cn=conexionwindows.ldif # requesting: ALL # # search result search: 2 result: 32 No such object # numResponses: 1 Reinicio tomcat y vuelvo a entrar a guacamole con el usuario rvarela y su respectiva contraseña pero no veo ninguna conexión... me aparece vacío. No tengo ni la menor idea de por que no funciona... Muchas gracias por contestarme tan rápido. Saludos. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
