Update apacheguacamole.md

This commit is contained in:
MickMorley 2022-06-23 12:24:37 -04:00 committed by nitnelave
parent 2ebe5b843b
commit 0f880c01dc

View File

@ -22,11 +22,9 @@ ldap-search-bind-password: replacewithyoursecret
ldap-user-search-filter: (memberof=cn=lldap_apacheguac,ou=groups,dc=example,dc=com) ldap-user-search-filter: (memberof=cn=lldap_apacheguac,ou=groups,dc=example,dc=com)
``` ```
*Exclude `ldap-user-search-filter` if you do not want to limit users based on a group(s) * Exclude `ldap-user-search-filter` if you do not want to limit users based on a group(s)
* Replace `dc=example,dc=com` with your LLDAP configured domain for all occurances
*Replace `dc=example,dc=com` with your LLDAP configured domain for all occurances * Apache Guacamole does not lock you out when enabling LDAP. Your `static` IDs still are able to log in.
*Apache Guacamole does not lock you out when enabling LDAP. Your `static` IDs still are able to log in.
## To enable LDAP ## To enable LDAP
Restart your Apache Guacamole app for changes to take effect Restart your Apache Guacamole app for changes to take effect