From 0f880c01dc691560e675618e5842f855e9c32ee0 Mon Sep 17 00:00:00 2001 From: MickMorley <19698105+MickMorley@users.noreply.github.com> Date: Thu, 23 Jun 2022 12:24:37 -0400 Subject: [PATCH] Update apacheguacamole.md --- example_configs/apacheguacamole.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/example_configs/apacheguacamole.md b/example_configs/apacheguacamole.md index 6306c36..93dad31 100644 --- a/example_configs/apacheguacamole.md +++ b/example_configs/apacheguacamole.md @@ -22,11 +22,9 @@ ldap-search-bind-password: replacewithyoursecret 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) - -*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. +* 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 +* Apache Guacamole does not lock you out when enabling LDAP. Your `static` IDs still are able to log in. ## To enable LDAP Restart your Apache Guacamole app for changes to take effect