Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1.  
  2. # Hostname and port of guacamole proxy
  3. guacd-hostname: localhost
  4. guacd-port: 4822
  5.  
  6. # MySQL properties
  7. mysql-hostname: localhost
  8. mysql-port: 3306
  9. mysql-database: guacamole_db
  10. mysql-username: XXXXX
  11. mysql-password: XXXXX
  12. mysql-default-max-connections-per-user: 0
  13. mysql-default-max-group-connections-per-user: 0
  14.  
  15.  
  16. #LDAP
  17. ldap-hostname: 10.0.0.241
  18. ldap-port: 636
  19. ldap-user-base-dn: CN=Users,DC=marcthespot,DC=com
  20. ldap-search-bind-dn: CN=marc,CN=Users,DC=XXXX,DC=com
  21. ldap-search-bind-password: XXXXXX
  22. ldap-username-attribute: sAMAccountName
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement