Repository: incubator-guacamole-manual Updated Branches: refs/heads/master ea3cde7ff -> 41e72a904
GUACAMOLE-244: Add documentation for new ldap-dereference-alises parameter. 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/8c5d6ff6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/8c5d6ff6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/8c5d6ff6 Branch: refs/heads/master Commit: 8c5d6ff6d04f3912390d15b6d7be3d7d2d4bba9f Parents: ea3cde7 Author: Nick Couchman <[email protected]> Authored: Sat Mar 18 13:32:31 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Sat Mar 18 13:32:31 2017 -0400 ---------------------------------------------------------------------- src/chapters/ldap-auth.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/8c5d6ff6/src/chapters/ldap-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml index a048023..cb37e49 100644 --- a/src/chapters/ldap-auth.xml +++ b/src/chapters/ldap-auth.xml @@ -384,6 +384,17 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config have no effect on Guacamole configurations.</emphasis></para> </listitem> </varlistentry> + <varlistentry> + <term><property>ldap-dereference-aliases</property></term> + <listitem> + <para>Controls whether or not the LDAP connection follows (dereferences) aliases + as it searches the tree. There are four possible values: never (the default), + finding, searching, and always. Never means aliases will never be followed; + searching means they will be dereferenced during search, but not when finding + the start of the search; finding means only when finding the start of the search, + but not during the search; always means they will always be followed.</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>
