>
> Más abajo indica que para  crear conexiones simplemente seria crear un
> archivo .ldif y dentro esta configuracion:
>
> dn: cn=conexionwindows,ou=groups,dc=proyectoasir,dc=net
> objectClass: guacConfigGroup
> objectClass: groupOfNames
> cn: conexionwindows
> guacConfigProtocol: rdp
> guacConfigParameter: hostname= 192.168.6.77 --> aquí no sé si tengo que
> indicar la IP....
> guacConfigParameter: port=3389
> guacConfigParameter: password=secret
> member: cn=rvarela,ou=usuarios,dc=proyectoasir,dc=net
>
>
This looks okay to me.  Can you post the contents of your
guacamole.properties file?


>
> Luego mediante la orden:
>
> ldapadd -x -D cn=admin,dc=proyectoasir,dc=net -W -f conexionwindows.ldif
>
>
Does this command succeed?  Can you then use "ldapsearch" to verify that
the connection is in the tree:

ldapsearch -x -D cn=admin,dc=proyectoasir,dc=net -W cn=conexionwindows

??

And, can you confirm that you log out and back in to Guacamole after adding
the connection?

-Nick

Reply via email to