HI everyone,

I use guacamole 
0.9.11-incubating<http://guacamole.incubator.apache.org/releases/0.9.11-incubating/>
 with docker.

I use mysql/ldap authentification. All is OK, and I see 3000 users.
My portal is customized : this is ok too :)

docker run --restart=always --name guacamole --link guacd:guacd \
    --link mysql:mysql       \
    -e LDAP_HOSTNAME=controleur.domaine.fr                   \
    -e LDAP_PORT=389                   \
    -e LDAP_GROUP_BASE_DN=OU=Guacamole,OU=Application,OU=Groupes\ 
domaine,DC=domaine,DC=fr                   \
    -e LDAP_USER_BASE_DN=ou=utilisateurs,dc=domaine,dc=fr        \
    -e LDAP_SEARCH_BIND_DN=CN=Recherche-LDAP,OU=LDAP,OU=Administration\ 
DSI,DC=domaine,DC=fr \
    -e LDAP_SEARCH_BIND_PASSWORD=domainePWD        \
    -e LDAP_USERNAME_ATTRIBUTE=sAMAccountName        \
    -e MYSQL_HOSTNAME=localhost   \
    -e MYSQL_PORT=3306   \
    -e MYSQL_DATABASE=guacamole_db  \
    -e MYSQL_USER=guacamole_user    \
    -e MYSQL_PASSWORD=mysqlPWD \
    -v /home/alain/guac2_home:/guacamole_home   \
    -v /home/alain/videos:/etc/videos   \
    -e GUACAMOLE_HOME=/guacamole_home \
    -d -p 8080:8080 guacamole/guacamole


I search how to configure the recording for my rdp sessions.

[cid:image001.png@01D2883A.605E28F0]

But It's not ok for me. What is the problem ?
I'm a newbie, but guacamole is a very fine solution.

Thanks

Alain

Reply via email to