summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-05-25 11:25:50 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-10-26 10:28:44 -0400
commitbf5a6886937e0de95bdd7020663c466c75bafa2c (patch)
treee858cd7ea5b10db7e4e5bcafc84fbfa8fdc7b30f
parentb77509a68f3bd925cec4d5acc9c68dc40e1beff7 (diff)
downloadsssd-bf5a6886937e0de95bdd7020663c466c75bafa2c.tar.gz
sssd-bf5a6886937e0de95bdd7020663c466c75bafa2c.tar.xz
sssd-bf5a6886937e0de95bdd7020663c466c75bafa2c.zip
Add more detail to ldap_uri manpage entry
-rw-r--r--src/man/sssd-ldap.5.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index b45b355a6..b4a78a62d 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -60,12 +60,24 @@
<term>ldap_uri (string)</term>
<listitem>
<para>
- Specifies the list of URIs of the LDAP servers to which
+ Specifies the comma-separated list of URIs of the LDAP servers to which
SSSD should connect in the order of preference. Refer to the
<quote>FAILOVER</quote> section for more information on failover and server redundancy.
If not specified, service discovery is enabled. For more information, refer
to the <quote>SERVICE DISCOVERY</quote> section.
</para>
+ <para>
+ The format of the URI must match the format defined in RFC 2732:
+ </para>
+ <para>
+ ldap[s]://&lt;host&gt;[:port]
+ </para>
+ <para>
+ For explicit IPv6 addresses, &lt;host&gt; must be enclosed in brackets []
+ </para>
+ <para>
+ example: ldap://[fc00::126:25]:389
+ </para>
</listitem>
</varlistentry>