diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-05-25 11:25:50 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-05-27 15:18:54 -0400 |
commit | dbc75133bad0788fd3f880ed4dfd93ded3f76336 (patch) | |
tree | 53ea5320bec9ef3105ab8b89fd12af9f7949d8bf /src/man | |
parent | 7efa8f8a0c3febfecd853e1c922de9df1dd09a89 (diff) | |
download | sssd-dbc75133bad0788fd3f880ed4dfd93ded3f76336.tar.gz sssd-dbc75133bad0788fd3f880ed4dfd93ded3f76336.tar.xz sssd-dbc75133bad0788fd3f880ed4dfd93ded3f76336.zip |
Add more detail to ldap_uri manpage entry
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 9490fe8d7..043a28c09 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]://<host>[:port] + </para> + <para> + For explicit IPv6 addresses, <host> must be enclosed in brackets [] + </para> + <para> + example: ldap://[fc00::126:25]:389 + </para> </listitem> </varlistentry> |