summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-05-25 11:25:50 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-05-27 15:42:42 -0400
commit38d877390fca03286564bee3a06516b5c0981f33 (patch)
tree49125b2f9a518acd1390588fde266d330502a48f /src
parent18cf2b915dffbbd3d316ae160ac5f83f78e31f22 (diff)
downloadsssd-38d877390fca03286564bee3a06516b5c0981f33.tar.gz
sssd-38d877390fca03286564bee3a06516b5c0981f33.tar.xz
sssd-38d877390fca03286564bee3a06516b5c0981f33.zip
Add more detail to ldap_uri manpage entrysssd-1.5.1-38.el6
Diffstat (limited to 'src')
-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 0fcf9ffff..1a14a962f 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>