Repository: incubator-guacamole-manual Updated Branches: refs/heads/master 887b2f79d -> 6012d7729
GUACAMOLE-101: Add documentation for new user and connection filter properties. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/1b6fdca8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/1b6fdca8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/1b6fdca8 Branch: refs/heads/master Commit: 1b6fdca8f138a4a923fc8a791bd28e1dc5f9a5b3 Parents: 887b2f7 Author: Nick Couchman <[email protected]> Authored: Mon Mar 20 22:45:48 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Tue Mar 28 12:44:25 2017 -0400 ---------------------------------------------------------------------- src/chapters/ldap-auth.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/1b6fdca8/src/chapters/ldap-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml index 4e32267..5d37c83 100644 --- a/src/chapters/ldap-auth.xml +++ b/src/chapters/ldap-auth.xml @@ -395,6 +395,24 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config aliases.</para> </listitem> </varlistentry> + <varlistentry> + <term><property>ldap-user-search-filter</property></term> + <listitem> + <para>The search filter used to query the LDAP tree for users that + can log into and be granted privileges in Guacamole. <emphasis>If + this property is omitted the default of (objectClass=*) will be used. + </emphasis></para> + </listitem> + </varlistentry> + <varlistentry> + <term><property>ldap-connection-search-filter</property></term> + <listitem> + <para>The search filter used to query the LDAP tree for connections that + can be accessed from Guacamole. <emphasis>If this property is omitted + the default of (objectClass=guacConfigGroup) will be used. + </emphasis></para> + </listitem> + </varlistentry> </variablelist> <para>Again, even if the defaults are sufficient for the other properties, <emphasis>you must still specify the <property>ldap-user-base-dn</property>
