summaryrefslogtreecommitdiffstats
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:20:23 -0400
commit7a5445eb3ee95788d22d87357f40c5da0e10e15a (patch)
tree257cfdf721d49046b005345ec4824f94a2ef35a1
parent018f65de36887e585065f0e77cdd9f19cefeddca (diff)
downloadsssd-7a5445eb3ee95788d22d87357f40c5da0e10e15a.tar.gz
sssd-7a5445eb3ee95788d22d87357f40c5da0e10e15a.tar.xz
sssd-7a5445eb3ee95788d22d87357f40c5da0e10e15a.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 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>